fix: kommentiere den COPY-Befehl für servers.json im Dockerfile aus
Build And Test / build (push) Successful in 17s
Build And Test / publish (push) Failing after 2m11s

This commit is contained in:
Matthias Hinrichs
2025-11-21 23:30:59 +01:00
parent 0fe1abfd28
commit f9b519c343
+1 -1
View File
@@ -30,7 +30,7 @@ COPY --from=builder /app/manage-servers .
COPY --from=builder /app/index.html .
# Copy the servers.json file
COPY servers.json .
# COPY servers.json .
# Expose the port the web server listens on
EXPOSE 8080