mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2024-12-27 07:35:28 +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
|
|
|