Pamudu13 commited on
Commit
076a404
·
verified ·
1 Parent(s): 3569d9a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,4 +51,4 @@ USER chrome
51
  # Make port 7860 available to the world outside this container
52
  EXPOSE 7860
53
 
54
- CMD ["hypercorn", "app:app", "--bind", "0.0.0.0:7860"]
 
51
  # Make port 7860 available to the world outside this container
52
  EXPOSE 7860
53
 
54
+ CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]