Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 50 |
-
COPY ngrok.yml
|
| 51 |
|
| 52 |
COPY custom-entrypoint.sh /custom-entrypoint/entrypoint.sh
|
| 53 |
-
RUN chmod +x /custom-entrypoint/entrypoint.sh
|
| 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
|