From ac786f6eab2384989fe46a4d0488bfebe2d51bdf Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 15 Oct 2025 08:33:40 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d330f65..50bad84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN go mod download COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /goprg RUN mkdir /data -#COPY services.json /data/services.json -COPY services.json /services.json +COPY services.json /data/services.json +##COPY services.json /services.json VOLUME ["/data"] EXPOSE 8080 CMD ["/goprg"] \ No newline at end of file