2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-23 02:40:34 +03:00

6 lines
106 B
Makefile
Raw Normal View History

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