makefile: added release target

This commit is contained in:
Sameer Naik
2015-07-12 23:17:38 +05:30
parent dea4219815
commit dfe862ad7e
+3
View File
@@ -2,3 +2,6 @@ all: build
build:
@docker build --tag=${USER}/postgresql .
release: build
@docker build --tag=${USER}/postgresql:$(shell cat VERSION) .