6 lines
92 B
Makefile
Raw Normal View History

all: emgdev
emgdev:
docker build --compress -t epicmorg/edge .
docker push epicmorg/edge