privateone commited on
Commit
9e4440f
·
verified ·
1 Parent(s): 7bacb80

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ RUN mkdir -p /custom-entrypoint ~/.ngrok2
50
  COPY ngrok.yml ~/.ngrok2/ngrok.yml
51
 
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
 
50
  COPY ngrok.yml ~/.ngrok2/ngrok.yml
51
 
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