Update Dockerfile

This commit is contained in:
gigirassy
2026-03-30 20:36:45 +02:00
parent e706e05365
commit 687f406538
+2
View File
@@ -7,6 +7,8 @@ COPY go.mod ./
RUN apk add --no-cache ca-certificates git go && go mod download RUN apk add --no-cache ca-certificates git go && go mod download
COPY . . COPY . .
RUN go tool soundcloakctl -nozstd -notable precompress
RUN CGO_ENABLED=0 \ RUN CGO_ENABLED=0 \
GOOS=${TARGETOS:-linux} \ GOOS=${TARGETOS:-linux} \
GOARCH=${TARGETARCH:-amd64} \ GOARCH=${TARGETARCH:-amd64} \