Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -86,4 +86,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=20s --retries=3 \
|
|
| 86 |
|
| 87 |
# Run the FastAPI server
|
| 88 |
# The module path is constructed to work with the /app/env structure
|
| 89 |
-
CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port ${PORT}"]
|
|
|
|
| 86 |
|
| 87 |
# Run the FastAPI server
|
| 88 |
# The module path is constructed to work with the /app/env structure
|
| 89 |
+
CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port ${PORT} --proxy-headers --forwarded-allow-ips='*'"]
|