mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06: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++ \
|
||||
&& go run gen_web.go \
|
||||
&& cd server \
|
||||
&& go clean -i -r -cache \
|
||||
&& go mod tidy \
|
||||
&& go clean -i -r -cache \
|
||||
&& go build -ldflags '-w -s' --o "torrserver" ./cmd
|
||||
### BUILD TORRSERVER MULTIARCH END ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user