initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user