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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -35,4 +35,5 @@ 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", "-m","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", "main:app"]
39
+