vibe
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user