Files
docker-postgresql/Makefile
T

8 lines
144 B
Makefile

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