Skip to content

Commit

Permalink
Try Go build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Nov 2, 2024
1 parent 4414f0d commit b167bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/coturn-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
FROM golang:alpine AS build
WORKDIR /go/src/coturn-web
COPY *.go ./
RUN go mod init github.com/selkies-project/selkies-gstreamer/coturn-web && go get -u -d ./... && go build -a -mod=mod
RUN go mod init github.com/selkies-project/selkies-gstreamer/coturn-web && go get -u ./... && go mod tidy -v && go build -a -x -mod=mod

FROM alpine

Expand Down

0 comments on commit b167bc1

Please sign in to comment.