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