Shabi23 commited on
Commit
d299cf8
·
verified ·
1 Parent(s): 07dd073

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ ENV HF_HOME=/app/.cache
22
  USER user
23
 
24
  # Run the application using Gunicorn
25
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  USER user
23
 
24
  # Run the application using Gunicorn
25
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]