create SaveGames directory
This commit is contained in:
parent
739fb921b7
commit
d7a64e13c5
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-s
|
|||
apt-get clean autoclean && \
|
||||
apt-get autoremove -y && \
|
||||
rm -rf /var/lib/{apt,dpkg} /var/{cache,log} && \
|
||||
su "steam" -c "./home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 validate +quit"
|
||||
su "steam" -c "./home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 validate +quit && \
|
||||
mkdir -p /home/steam/steamcmd/sandstorm/Insurgency/Saved/SaveGames"
|
||||
WORKDIR /home/steam/steamcmd
|
||||
USER steam
|
||||
ENTRYPOINT /home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 +quit && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue