mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-27 22:37:09 +08:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
all: build
|
|
|
|
build:
|
|
@docker build --tag=sameersbn/postgresql .
|
|
|
|
release: build
|
|
@docker build --tag=sameersbn/postgresql:$(shell cat VERSION) .
|