Files
docker-postgresql/Makefile
T

8 lines
140 B
Makefile

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