fix: kommentiere den COPY-Befehl für servers.json im Dockerfile aus
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ COPY --from=builder /app/manage-servers .
|
|||||||
COPY --from=builder /app/index.html .
|
COPY --from=builder /app/index.html .
|
||||||
|
|
||||||
# Copy the servers.json file
|
# Copy the servers.json file
|
||||||
COPY servers.json .
|
# COPY servers.json .
|
||||||
|
|
||||||
# Expose the port the web server listens on
|
# Expose the port the web server listens on
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user