User commited on
Commit
bcdea40
·
1 Parent(s): 089ab1c

changed requirements 2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  EXPOSE 7860
13
 
14
  # Run your FastAPI app
15
- CMD ["python", "app.py"]
 
12
  EXPOSE 7860
13
 
14
  # Run your FastAPI app
15
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]