diff --git a/Dockerfile b/Dockerfile index 8964e7d..1870900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN \ && mv "${SERVER_DIR}/tf/addons/sourcemod/plugins/disabled/{admin-sql-threaded.smx,sql-admin-manager.smx}" "${SERVER_DIR}/tf/addons/sourcemod/plugins/" \ # clean everything up && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip \ - && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx + && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx" COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template" COPY mapcycle.txt "${SERVER_DIR}/tf/cfg/mapcycle.txt"