2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-18 17:47:55 +03:00

5 lines
111 B
Makefile
Raw Normal View History

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