2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-03 17:47:34 +03:00
2020-11-25 15:48:25 +03:00

5 lines
103 B
Makefile

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