fix: aktualisiere den Pfad zur servers.json-Datei und füge das Verzeichnis /config im Dockerfile hinzu
Build And Test / build (push) Successful in 43s
Build And Test / Build and Publish Docker Image (push) Failing after 31s

This commit is contained in:
Matthias Hinrichs
2025-11-22 01:45:22 +01:00
parent c93a9c2710
commit 303f0ec9d3
2 changed files with 9 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
FROM alpine:latest
RUN mkdir /config
WORKDIR /root/
# Copy the compiled binary from the builder stage