Surajkumaar commited on
Commit
62fbf7d
·
verified ·
1 Parent(s): da16568

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]