From f9b519c343654d1fe30a9286b3aad988e0a5893b Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Fri, 21 Nov 2025 23:30:59 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20kommentiere=20den=20COPY-Befehl=20f?= =?UTF-8?q?=C3=BCr=20servers.json=20im=20Dockerfile=20aus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d37c6b6..3553d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY --from=builder /app/manage-servers . COPY --from=builder /app/index.html . # Copy the servers.json file -COPY servers.json . +# COPY servers.json . # Expose the port the web server listens on EXPOSE 8080