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

6 lines
106 B
Makefile
Raw Normal View History

2020-11-25 15:48:25 +03:00
all: pssql
pssql:
docker build --compress -t epicmorg/postgres:9.0 .
docker push epicmorg/postgres:9.0