privateone commited on
Commit
ab1c911
·
verified ·
1 Parent(s): 0a87727

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -2
Dockerfile CHANGED
@@ -30,9 +30,12 @@ RUN apk add --no-cache socat openssl
30
  # RUN chmod 600 /etc/turn/certs/*
31
 
32
  # Copy your custom entrypoint script
33
- RUN mkdir -p /custom-entrypoint
 
 
34
  COPY custom-entrypoint.sh /custom-entrypoint/entrypoint.sh
35
- RUN chmod +x /custom-entrypoint/entrypoint.sh
 
36
 
37
  # Expose port 7860 TCP and UDP
38
  EXPOSE 7860 7860/udp
 
30
  # RUN chmod 600 /etc/turn/certs/*
31
 
32
  # Copy your custom entrypoint script
33
+ RUN mkdir -p /custom-entrypoint /.ngrok2
34
+ COPY ngrok.yml /.ngrok2/ngrok.yml
35
+
36
  COPY custom-entrypoint.sh /custom-entrypoint/entrypoint.sh
37
+ RUN chmod +x /custom-entrypoint/entrypoint.sh /.ngrok2/ngrok.yml
38
+
39
 
40
  # Expose port 7860 TCP and UDP
41
  EXPOSE 7860 7860/udp