aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5b231fa9225db21c583ef37f06644c1426f3fcc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
IMAGES=gitlab-postgres gitlab
.PHONY: $(IMAGES)

all: $(IMAGES)

gitlab-postgres:
	docker build -t gitlab-postgres postgresql/

gitlab:
	docker build -t gitlab gitlab/