mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-02 13:05:26 +08:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
all: build
|
|
|
|
build:
|
|
@docker build --tag=${USER}/postgresql .
|