docker-scripts/linux/epicmorg/prod/main/Makefile
2021-04-01 12:12:50 +03:00

6 lines
94 B
Makefile

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