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

6 lines
94 B
Makefile

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