PoppaYAO commited on
Commit
390847a
·
verified ·
1 Parent(s): f1f3051

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install -r requirements.txt
22
 
23
  COPY . .
24
 
25
- CMD ["python", "server.py"]
 
22
 
23
  COPY . .
24
 
25
+ CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]