Skip to content

Commit

Permalink
fix docker image build (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
babinskiy authored Aug 16, 2024
1 parent 98bc722 commit 7b3bd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down

0 comments on commit 7b3bd82

Please sign in to comment.