Pamudu13 commited on
Commit
674c51f
·
verified ·
1 Parent(s): c8e9bf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,5 +17,5 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  EXPOSE 7860
18
 
19
  # Run the app with Hypercorn
20
- CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]
21
 
 
17
  EXPOSE 7860
18
 
19
  # Run the app with Hypercorn
20
+ CMD ["hypercorn", "app:app", "--bind", "0.0.0.0:7860"]
21