6 lines
94 B
Makefile

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