Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 26, 2024
1 parent ca1a409 commit 82e08ae
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 selkies.io/coturn-web && go get -u -d ./... && go mod tidy
RUN go mod init selkies-project.github.io/coturn-web && go get -u -d ./... && go mod tidy
RUN go build

FROM alpine
Expand Down

0 comments on commit 82e08ae

Please sign in to comment.