[Komodo] matthias: Commit Dockerfile: update ./Dockerfile
Build And Test / build (push) Successful in 11m40s
Build And Test / Build and Publish Docker Image (push) Has been cancelled

This commit is contained in:
komodo
2026-01-20 21:45:56 +00:00
parent c358617843
commit a5f7abdd14
+3 -3
View File
@@ -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