Files
2015-11-07 12:45:15 +05:30

8 lines
144 B
Makefile

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