initial commit

This commit is contained in:
2021-10-18 00:27:51 +02:00
commit cf2f45b765
4 changed files with 214 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM cm2network/steamcmd:latest
COPY entrypoint.sh /home/steam/entrypoint.sh
USER steam
VOLUME /home/steam/server
WORKDIR /home/steam/
ENTRYPOINT /home/steam/entrypoint.sh