2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-04-01 15:19:20 +03:00
2021-04-01 12:12:50 +03:00

5 lines
105 B
Makefile

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