achisingh06 commited on
Commit
4a92d79
·
verified ·
1 Parent(s): 7ac304b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
 
10
  COPY . .
11
 
12
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  COPY . .
11
 
12
+ CMD ["hypercorn", "main:app", "--bind", "0.0.0.0:7860"]