mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 20:01:07 +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
|
|
|