2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-31 14:49:22 +03:00
2019-11-28 17:09:05 +03:00

6 lines
94 B
Makefile

all: emgprod
emgprod:
docker build --compress -t epicmorg/prod .
docker push epicmorg/prod