Skip to content

Commit

Permalink
Edit coturn-web Go build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 13, 2024
1 parent 4550c88 commit f157bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/coturn-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22-alpine AS build
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
Expand All @@ -36,4 +36,4 @@ COPY --from=build /go/src/coturn-web/coturn-web /usr/local/bin/coturn-web
COPY entrypoint.sh /etc/
RUN chmod -f +x /etc/entrypoint.sh

ENTRYPOINT ["/etc/entrypoint.sh"]
ENTRYPOINT ["/etc/entrypoint.sh"]

0 comments on commit f157bdf

Please sign in to comment.