Update Dockerfile

This commit is contained in:
gigirassy
2025-11-17 23:29:50 +01:00
parent 2c8803429c
commit 67df93944c
+1
View File
@@ -9,6 +9,7 @@ COPY go.mod ./
RUN apk add --no-cache ca-certificates git && go mod download
COPY . .
RUN rm -rf screenies .github
RUN CGO_ENABLED=0 \
GOOS=${TARGETOS:-linux} \
GOARCH=${TARGETARCH:-amd64} \