docker-scripts/linux/postgres/latest/Makefile
2021-04-01 12:12:50 +03:00

5 lines
111 B
Makefile

all: pssql
pssql:
docker build --compress -t epicmorg/postgres:latest .
docker push epicmorg/postgres:latest