fix 2
Build and Publish Docker Image / build (push) Failing after 1m27s
Restart Server / restart-server (push) Failing after 4s

This commit is contained in:
zardzul
2026-02-13 11:40:07 +01:00
parent ec45109bf0
commit f704208500
+1 -1
View File
@@ -11,7 +11,7 @@ COPY modpack/. .
COPY configuration/. . COPY configuration/. .
# Make run.sh executable (check if it exists first) # 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 the default Minecraft port (25565)
EXPOSE 25565 EXPOSE 25565