diff --git a/Dockerfile b/Dockerfile index 5f873d1..0fb2634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive ENV TZ Europe/Paris RUN apt-get update && apt-get -y install coturn -ENTRYPOINT ["/usr/bin/turnserver", "--log-file stdout", "-n", "--prod"] +ENTRYPOINT ["/usr/bin/turnserver", "--log-file", "stdout", "-n", "--prod"]