Spaces:
Sleeping
Sleeping
Fix Dockerfile: use entrypoint.sh (already renamed)
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -53,7 +53,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
|
| 53 |
COPY proxy_server.py /app/proxy_server.py
|
| 54 |
|
| 55 |
# 10. Copy Entrypoint
|
| 56 |
-
COPY entrypoint
|
| 57 |
RUN chmod +x /app/entrypoint.sh
|
| 58 |
|
| 59 |
# 11. HF Spaces Environment
|
|
|
|
| 53 |
COPY proxy_server.py /app/proxy_server.py
|
| 54 |
|
| 55 |
# 10. Copy Entrypoint
|
| 56 |
+
COPY entrypoint.sh /app/entrypoint.sh
|
| 57 |
RUN chmod +x /app/entrypoint.sh
|
| 58 |
|
| 59 |
# 11. HF Spaces Environment
|