mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2024-12-27 23:55:29 +03:00
6 lines
101 B
Makefile
6 lines
101 B
Makefile
|
all: emgcmd
|
||
|
emgcmd:
|
||
|
docker build --compress -t epicmorg/steamcmd .
|
||
|
docker push epicmorg/steamcmd
|
||
|
|