mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-06-28 04:53:52 +08:00
5 lines
61 B
Makefile
5 lines
61 B
Makefile
all: build
|
|
|
|
build:
|
|
@docker build --tag=${USER}/postgresql .
|