aboutsummaryrefslogtreecommitdiff
path: root/bitbucket/Makefile
blob: 10ab4dfe2ed2df0f88bac96d47424fbf39338a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:
	docker build -t bitbucket .

all-no-cache:
	docker build --no-cache -t bitbucket .

run:
	docker run -d \
		-p 7990:7990 \
		-p 7999:7999 \
		-v /srv/bitbucket:/srv/bitbucket \
		bitbucket