Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ RUN chmod -R 755 /app
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Run the FastAPI app
|
| 26 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 23 |
EXPOSE 7860
|
| 24 |
|
| 25 |
# Run the FastAPI app
|
| 26 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--root-path", "/spaces/Surajkumaar/ClarirAI"]
|