Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 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
|