Closed mmonkey closed 10 months ago
When FORCE_UPDATE is set to true then I get the error:
FORCE_UPDATE
true
/docker-entrypoint.sh: line 4: steamcmd: command not found
I believe that steamcmd should use the full path ./steamcmd/steamcmd.sh in docker-entrypoint.sh.
steamcmd
./steamcmd/steamcmd.sh
When
FORCE_UPDATE
is set totrue
then I get the error:I believe that
steamcmd
should use the full path./steamcmd/steamcmd.sh
in docker-entrypoint.sh.