From 2021399a106ef9aa3ada4f0897adaa472dff43ce Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 23 Nov 2025 01:08:54 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20f=C3=BCge=20ls-Befehl=20zur=20=C3=9Cberp?= =?UTF-8?q?r=C3=BCfung=20des=20Verzeichnisinhalts=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index c759a9f..bcf2e08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,10 @@ COPY index.html . # Copy the servers.json file # COPY servers.json . +RUN ls -la /root/ + +RUN chmod +x ./manage-servers + # Expose the port the web server listens on EXPOSE 8080