Align runtime with Ptero steamcmd entrypoint (eval startup, AUTO_UPDATE); fix install SteamCMD login and Linux platform.
Some checks failed
Build and Publish Docker Image (Gitea Registry) / docker (push) Failing after 21s

This commit is contained in:
alexveley
2026-04-25 01:53:24 -04:00
parent b0ce346577
commit e4a65359c7
4 changed files with 461 additions and 7 deletions

View File

@@ -10,4 +10,4 @@ RUN chmod +x /entrypoint.sh
USER container
WORKDIR /home/container
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/usr/bin/tini", "-g", "--", "/entrypoint.sh"]