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

This commit is contained in:
2025-01-13 20:21:49 +00:00
parent 2e42bf6e20
commit f60e808281

View File

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