add dockerfile

This commit is contained in:
2025-09-08 01:11:56 -05:00
parent bbb317b94b
commit ecf89b57f3

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM steamcmd/steamcmd:latest
WORKDIR /root
RUN steamcmd +force_install_dir /root +login anonymous +app_update 1007 validate +app_update 1963720 validate +quit
ENTRYPOINT /root/_launch.sh