2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-31 06:39:16 +03:00
2021-04-01 12:12:50 +03:00

5 lines
103 B
Makefile

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