Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -82,4 +82,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
|
| 82 |
|
| 83 |
# Run the FastAPI server
|
| 84 |
# The module path is constructed to work with the /app/env structure
|
| 85 |
-
CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port
|
|
|
|
| 82 |
|
| 83 |
# Run the FastAPI server
|
| 84 |
# The module path is constructed to work with the /app/env structure
|
| 85 |
+
CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port 8000"]
|