mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 02:45:33 +08:00
8 lines
140 B
Makefile
8 lines
140 B
Makefile
all: build
|
|
|
|
build:
|
|
@docker build --tag=${USER}/postgresql .
|
|
|
|
release: build
|
|
@docker build --tag=${USER}/postgresql:$(shell cat VERSION) .
|