2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-11-13 13:55:00 +03:00
docker-scripts/postgres/11/Makefile
2020-11-25 15:48:25 +03:00

4 lines
103 B
Makefile

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