Files
stun/e2e/server.Dockerfile
2023-04-18 13:19:15 +02:00

11 lines
221 B
Docker

# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y coturn
USER turnserver
ENTRYPOINT ["/usr/bin/turnserver"]