Files
webrtc/examples/pion-to-pion/offer/Dockerfile
2023-05-05 11:58:49 -04:00

10 lines
228 B
Docker

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