Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -45,4 +45,4 @@ EXPOSE 7860
|
|
| 45 |
|
| 46 |
# Define the command to run the application using Gunicorn
|
| 47 |
# Ensure it binds to 0.0.0.0 to be accessible outside the container
|
| 48 |
-
CMD ["
|
|
|
|
| 45 |
|
| 46 |
# Define the command to run the application using Gunicorn
|
| 47 |
# Ensure it binds to 0.0.0.0 to be accessible outside the container
|
| 48 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "120", "app:app"]
|