From a5f7abdd14f7600e1183e1602b9c109932b22dfb Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 20 Jan 2026 21:45:56 +0000 Subject: [PATCH] [Komodo] matthias: Commit Dockerfile: update ./Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c98ea45..98187a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,15 +7,15 @@ RUN mkdir -p /app/config WORKDIR /app/ # Copy the compiled binary from the builder stage -COPY manage-servers . +#COPY manage-servers . # Copy the index.html file for the web server -COPY index.html . +#COPY index.html . RUN ls -la /app/ # Make the binary executable -RUN chmod +x ./manage-servers +#RUN chmod +x ./manage-servers # Expose the port the web server listens on EXPOSE 8080