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

4 lines
103 B
Makefile

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