diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7ade0c6 --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file