Compare commits
5 Commits
bff3d1080b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| fef6395463 | |||
| de2af82958 | |||
| 6015468f5d | |||
| 0e67406463 | |||
| 8b081e109d |
@@ -1,4 +1,5 @@
|
||||
FROM docker.io/cm2network/steamcmd:latest
|
||||
#FROM docker.io/cm2network/steamcmd
|
||||
FROM docker.io/steamcmd/steamcmd:debian
|
||||
|
||||
ARG APP_USER="gamer"
|
||||
ARG APP_UID=568
|
||||
@@ -7,7 +8,7 @@ ARG APP_ID=600760
|
||||
ARG USER_DIR="/stationeers"
|
||||
|
||||
# Install application and configure access rights
|
||||
RUN /home/steam/steamcmd/steamcmd.sh +force_install_dir "$APP_DIR" +login anonymous +app_update 600760 validate +quit
|
||||
RUN /usr/bin/steamcmd +force_install_dir "$APP_DIR" +login anonymous +app_update 600760 validate +quit
|
||||
|
||||
# Game port
|
||||
EXPOSE 27016/udp
|
||||
|
||||
Reference in New Issue
Block a user