docker-scripts/postgres/latest/Makefile

5 lines
111 B
Makefile
Raw Normal View History

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