From 8484aec9126500ef3be8b3bb1cd24d38b63c23d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 18 Jun 2024 18:46:56 +0200 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1658945..8c209ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,7 @@ FROM itzg/minecraft-server COPY adjust.sh /opt/adjust.sh COPY start.sh /opt/start.sh +RUN chmod +x /opt/adjust.sh +RUN chmod +x /opt/start.sh CMD ["/bin/bash", "/opt/start.sh"] \ No newline at end of file