privateone commited on
Commit
bb69236
·
verified ·
1 Parent(s): 080a3dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -46,11 +46,11 @@ RUN mkdir $HOME/.cache $HOME/.config \
46
  # RUN chmod 600 /etc/turn/certs/*
47
 
48
  # Copy your custom entrypoint script
49
- 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
 
46
  # RUN chmod 600 /etc/turn/certs/*
47
 
48
  # Copy your custom entrypoint script
49
+ 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