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 ffcccd1 commit 4414f0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/coturn-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
FROM golang:alpine AS build
WORKDIR /go/src/coturn-web
COPY *.go ./
RUN go mod init selkies-project.github.io/coturn-web && go get -u -d ./... && go mod tidy
RUN go build
RUN go mod init github.com/selkies-project/selkies-gstreamer/coturn-web && go get -u -d ./... && go build -a -mod=mod

FROM alpine

Expand Down

0 comments on commit 4414f0d

Please sign in to comment.