Fixed entrypoint arguments.
This commit is contained in:
parent
68f2af8a03
commit
075fc0f303
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user