Swapnil-101 commited on
Commit
3741bc9
·
verified ·
1 Parent(s): bf69df6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ USER user
35
  WORKDIR $HOME/app
36
 
37
  # Start the application using gunicorn
38
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
 
35
  WORKDIR $HOME/app
36
 
37
  # Start the application using gunicorn
38
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "-m","main:app"]