Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "
|
|
|
|
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 |
+
|