There was an error while loading. Please reload this page.
1 parent b1925dc commit cf9450cCopy full SHA for cf9450c
2 files changed
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM steamcmd/steamcmd:ubuntu-22
+FROM steamcmd/steamcmd:latest
2
COPY steam_deploy.sh /root/steam_deploy.sh
3
ENTRYPOINT ["/root/steam_deploy.sh"]
steam_deploy.sh
@@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'
4
5
-steamdir=${STEAM_HOME:-$HOME/Steam}
+steamdir=${STEAM_HOME:-$HOME/.steam/root}
6
# this is relative to the action
7
contentroot=$(pwd)/$rootPath
8
0 commit comments