Skip to content

Commit

Permalink
Update steam working directory and switch steamcmd image base back to…
Browse files Browse the repository at this point in the history
… latest. (#70)
  • Loading branch information
ZeroParticle authored May 8, 2024
1 parent b1925dc commit cf9450c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM steamcmd/steamcmd:ubuntu-22
FROM steamcmd/steamcmd:latest
COPY steam_deploy.sh /root/steam_deploy.sh
ENTRYPOINT ["/root/steam_deploy.sh"]
2 changes: 1 addition & 1 deletion steam_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'

steamdir=${STEAM_HOME:-$HOME/Steam}
steamdir=${STEAM_HOME:-$HOME/.steam/root}
# this is relative to the action
contentroot=$(pwd)/$rootPath

Expand Down

0 comments on commit cf9450c

Please sign in to comment.