Skip to content

Commit

Permalink
Reduce Go logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Nov 2, 2024
1 parent b167bc1 commit dae948f
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 ./... && go mod tidy -v && go build -a -x -mod=mod
RUN go mod init github.com/selkies-project/selkies-gstreamer/coturn-web && go get -u ./... && go mod tidy && go build -a -mod=mod

FROM alpine

Expand Down

0 comments on commit dae948f

Please sign in to comment.