2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-24 23:19:37 +03:00
docker-scripts/linux/postgres/11/Makefile
2021-04-01 12:12:50 +03:00

4 lines
103 B
Makefile

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