This commit is contained in:
parent
73a3e7336f
commit
f0934ef9ce
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN \
|
|||
&& tar xf sourcebans.tar.gz -C "${SERVER_DIR}/tf/" \
|
||||
# clean everything up
|
||||
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip sourcebans.tar.gz \
|
||||
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"
|
||||
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx" \
|
||||
&& rm "${SERVER_DIR}/tf/addons/sourcemod/Discord-master"
|
||||
|
||||
COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template"
|
||||
|
|
Loading…
Reference in a new issue