2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-16 02:59:42 +03:00
docker-scripts/postgres/10/Makefile
2020-11-25 15:48:25 +03:00

4 lines
103 B
Makefile

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