mirror of
https://codeberg.org/gigirassy/pinata
synced 2026-08-30 23:37:40 +00:00
Update Dockerfile
This commit is contained in:
@@ -9,7 +9,6 @@ COPY go.mod ./
|
|||||||
RUN apk add --no-cache ca-certificates git && go mod download
|
RUN apk add --no-cache ca-certificates git && go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN rm -rf screenies .github
|
|
||||||
RUN CGO_ENABLED=0 \
|
RUN CGO_ENABLED=0 \
|
||||||
GOOS=${TARGETOS:-linux} \
|
GOOS=${TARGETOS:-linux} \
|
||||||
GOARCH=${TARGETARCH:-amd64} \
|
GOARCH=${TARGETARCH:-amd64} \
|
||||||
|
|||||||
Reference in New Issue
Block a user