aboutsummaryrefslogtreecommitdiff
path: root/bitbucket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bitbucket/Makefile')
-rw-r--r--bitbucket/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/bitbucket/Makefile b/bitbucket/Makefile
deleted file mode 100644
index 10ab4df..0000000
--- a/bitbucket/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
1all:
2 docker build -t bitbucket .
3
4all-no-cache:
5 docker build --no-cache -t bitbucket .
6
7run:
8 docker run -d \
9 -p 7990:7990 \
10 -p 7999:7999 \
11 -v /srv/bitbucket:/srv/bitbucket \
12 bitbucket