Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -58,4 +58,5 @@ EXPOSE 7860 7860/udp
|
|
| 58 |
|
| 59 |
# Set custom entrypoint
|
| 60 |
ENTRYPOINT ["/custom-entrypoint/entrypoint.sh"]
|
| 61 |
-
CMD ["
|
|
|
|
|
|
| 58 |
|
| 59 |
# Set custom entrypoint
|
| 60 |
ENTRYPOINT ["/custom-entrypoint/entrypoint.sh"]
|
| 61 |
+
CMD ["turnserver" "-c" "/etc/coturn/turnserver.conf" "--no-cli"]
|
| 62 |
+
# CMD ["ngrok", "start", "turn_tls", "--config", "/ngrok2/ngrok.yml", "--log=stdout", "--log-level=debug"]
|