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