Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,7 +55,7 @@ RUN chmod +x /custom-entrypoint/entrypoint.sh /ngrok2/ngrok.yml
|
|
| 55 |
COPY turnserver.conf /etc/coturn/turnserver.conf
|
| 56 |
RUN chmod +x /etc/coturn/turnserver.conf
|
| 57 |
# Expose port 7860 TCP and UDP
|
| 58 |
-
EXPOSE 7860
|
| 59 |
|
| 60 |
# Set custom entrypoint
|
| 61 |
ENTRYPOINT ["/custom-entrypoint/entrypoint.sh"]
|
|
|
|
| 55 |
COPY turnserver.conf /etc/coturn/turnserver.conf
|
| 56 |
RUN chmod +x /etc/coturn/turnserver.conf
|
| 57 |
# Expose port 7860 TCP and UDP
|
| 58 |
+
EXPOSE 7860 5349 50000-50010/udp
|
| 59 |
|
| 60 |
# Set custom entrypoint
|
| 61 |
ENTRYPOINT ["/custom-entrypoint/entrypoint.sh"]
|