Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 7, 2025
1 parent 5e8cfc4 commit 7c56a3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ USER steam
WORKDIR /home/steam/steamcmd

RUN mkdir -p /home/steam/valheim-dedicated-server && \
./steamcmd.sh +@sSteamCmdForcePlatformType linux +app_update 896660 validate +force_install_dir /home/steam/valheim-dedicated-server +login anonymous +quit
./steamcmd.sh +@sSteamCmdForcePlatformType linux \
+force_install_dir /home/steam/valheim-dedicated-server \
+login anonymous \
+app_update 896660 validate \
+quit

WORKDIR /

Expand Down

0 comments on commit 7c56a3a

Please sign in to comment.