diff --git a/Dockerfile b/Dockerfile index fe40dc0..622eb5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \