mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 22:16:09 +05:00
fix docker image build (#441)
This commit is contained in:
@@ -24,8 +24,8 @@ ENV GOARCH=$TARGETARCH
|
|||||||
RUN apk add --update g++ \
|
RUN apk add --update g++ \
|
||||||
&& go run gen_web.go \
|
&& go run gen_web.go \
|
||||||
&& cd server \
|
&& cd server \
|
||||||
&& go clean -i -r -cache \
|
|
||||||
&& go mod tidy \
|
&& go mod tidy \
|
||||||
|
&& go clean -i -r -cache \
|
||||||
&& go build -ldflags '-w -s' --o "torrserver" ./cmd
|
&& go build -ldflags '-w -s' --o "torrserver" ./cmd
|
||||||
### BUILD TORRSERVER MULTIARCH END ###
|
### BUILD TORRSERVER MULTIARCH END ###
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user