This commit is contained in:
Nathan Rashleigh
2026-02-08 22:44:17 +11:00
parent 4dbaaf1ec5
commit f08be1d72c
7 changed files with 804 additions and 76 deletions
+2 -3
View File
@@ -23,6 +23,8 @@ ENV CSSDS="/home/steam/cssds"
ENV TF2DS="/home/steam/tf2ds"
ENV STEAMCMD="/home/steam/steamcmd"
ENV ETC="/home/steam/etc"
ENV METAMOD_VERSION=1.12
ENV SOURCEMOD_VERSION=1.12
# ensure gamedirs exist and have been chowned to steam
# before they potentially get setup as docker volumes
@@ -35,8 +37,5 @@ FROM build AS steam
USER steam
WORKDIR /home/steam
ENV METAMOD_VERSION 1.12
ENV SOURCEMOD_VERSION 1.12
COPY . /home/steam/etc
CMD ["bash", "./etc/run.sh"]