mirror of
https://codeberg.org/gigirassy/pinata
synced 2026-08-30 15:27:39 +00:00
Update Dockerfile
This commit is contained in:
@@ -7,6 +7,8 @@ COPY go.mod ./
|
||||
RUN apk add --no-cache ca-certificates git go && go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go tool soundcloakctl -nozstd -notable precompress
|
||||
RUN CGO_ENABLED=0 \
|
||||
GOOS=${TARGETOS:-linux} \
|
||||
GOARCH=${TARGETARCH:-amd64} \
|
||||
|
||||
Reference in New Issue
Block a user