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