2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-20 02:38:02 +03:00

5 lines
103 B
Makefile

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