Files
docker-postgresql/Makefile
T
2015-07-12 23:21:22 +05:30

8 lines
140 B
Makefile

all: build
build:
@docker build --tag=${USER}/postgresql .
release: build
@docker build --tag=${USER}/postgresql:$(shell cat VERSION) .