Files
docker-postgresql/Makefile
T

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) .