Khaled12sszx commited on
Commit
4e7bcb9
·
verified ·
1 Parent(s): a1a6894

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
 
10
  EXPOSE 7860
11
- CMD ["python", "app.py"]
 
8
  COPY . .
9
 
10
  EXPOSE 7860
11
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]