Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|