Speccco commited on
Commit
60e3eaa
·
verified ·
1 Parent(s): ef89a12

Update Dockerfile

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