mirror of
https://codeberg.org/gigirassy/pinata
synced 2026-08-30 15:27:39 +00:00
Update Dockerfile
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user