initial commit

This commit is contained in:
2021-04-12 15:54:25 +02:00
commit 029ded7377
6 changed files with 62 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM cm2network/steamcmd:latest
COPY start.sh /home/steam/start.sh
WORKDIR /home/steam/
ENTRYPOINT /home/steam/start.sh