Fixed entrypoint arguments.

This commit is contained in:
yohan 2019-12-14 21:49:15 +00:00
parent 68f2af8a03
commit 075fc0f303

View File

@ -3,4 +3,4 @@ MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris ENV TZ Europe/Paris
RUN apt-get update && apt-get -y install coturn 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"]