Files
docker-postgresql/Makefile
T
2015-10-11 17:14:40 +05:30

8 lines
160 B
Makefile

all: build
build:
@docker build --tag=quay.io/sameersbn/postgresql .
release: build
@docker build --tag=quay.io/sameersbn/postgresql:$(shell cat VERSION) .