From f704208500eae9e019c23c8f8eb599804a6eb266 Mon Sep 17 00:00:00 2001 From: zardzul Date: Fri, 13 Feb 2026 11:40:07 +0100 Subject: [PATCH] fix 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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