samarth-ht commited on
Commit
ae8467b
·
1 Parent(s): 4bd1aae

fix: correct application path in CMD of Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,4 +60,4 @@ RUN pip install --no-cache-dir -r requirements.txt
60
  EXPOSE 7860
61
 
62
  # Run the application
63
- CMD ["uvicorn", "$HOME/app/app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
 
60
  EXPOSE 7860
61
 
62
  # Run the application
63
+ CMD ["uvicorn", "$HOME.app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]