mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 20:01:07 +03:00
6 lines
104 B
Makefile
6 lines
104 B
Makefile
|
all: emgcmd
|
||
|
emgcmd:
|
||
|
docker build --compress -t epicmorg/linux-7d2d .
|
||
|
docker push epicmorg/linux-7d2d
|
||
|
|