Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m29s

This commit is contained in:
2025-01-12 18:49:27 +00:00
parent b8f8c3d0ce
commit 2359ff4bd2

View File

@@ -1,6 +1,6 @@
FROM golang:1.23.3
WORKDIR /app
COPY go.mod go.sum ./
COPY go.mod ./
RUN go mod download
COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /go-ddns