Omkar1806 commited on
Commit
6dc27fd
·
verified ·
1 Parent(s): b48e0dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY --chown=user . .
17
  EXPOSE 7860
18
 
19
  # Run the app
20
- CMD ["python", "app.py"]
 
17
  EXPOSE 7860
18
 
19
  # Run the app
20
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]