privateone commited on
Commit
28c7c7e
·
verified ·
1 Parent(s): 653ab24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -52,7 +52,8 @@ COPY ngrok.yml /ngrok2/ngrok.yml
52
  COPY custom-entrypoint.sh /custom-entrypoint/entrypoint.sh
53
  RUN chmod +x /custom-entrypoint/entrypoint.sh /ngrok2/ngrok.yml
54
 
55
-
 
56
  # Expose port 7860 TCP and UDP
57
  EXPOSE 7860
58
 
 
52
  COPY custom-entrypoint.sh /custom-entrypoint/entrypoint.sh
53
  RUN chmod +x /custom-entrypoint/entrypoint.sh /ngrok2/ngrok.yml
54
 
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