Files
webrtc/examples/pion-to-pion/answer/Dockerfile
Sean DuBois dc4b591c4d Start pion/webrtc/v4
60eea43 is a breaking change
2023-09-05 11:48:14 -04:00

12 lines
244 B
Docker

# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
FROM golang:1.21
ENV GO111MODULE=on
RUN go install github.com/pion/webrtc/v4/examples/pion-to-pion/answer@latest
CMD ["answer"]
EXPOSE 50000