more like the csgo docker image

This commit is contained in:
2021-11-01 15:53:00 +01:00
parent c3494df3b5
commit 3f4d62daac
4 changed files with 25 additions and 29 deletions

View File

@@ -1,7 +1,6 @@
FROM cm2network/steamcmd:latest
RUN mkdir -p /home/steam/server
COPY start.sh /home/steam/start.sh
VOLUME "/home/steam/server"
WORKDIR /home/steam/
ENTRYPOINT /home/steam/start.sh