diff --git a/Dockerfile b/Dockerfile index 205e4df..ff56ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY modpack/. . COPY configuration/. . # Make run.sh executable (check if it exists first) -RUN chmod +x run.sh +RUN chmod +x /server/run.sh # Expose the default Minecraft port (25565) EXPOSE 25565