diff --git a/Dockerfile b/Dockerfile index 117b65b..6b56559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN \ && mv discord_sourcecomms.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/discord_sourcecomms.smx" \ && mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \ && unzip -o socket.zip -d "${SERVER_DIR}/tf/" \ - && unzip -o tf2rue.zip -d "${SERVER_DIR}/tf/" \ + && unzip -o tf2rue.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \ # clean everything up && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip tf2rue.zip \ && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"