[Komodo] matthias: Commit Dockerfile: update ./Dockerfile
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user