Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ EXPOSE 7860
|
|
| 18 |
|
| 19 |
# Run the application with Gunicorn
|
| 20 |
# Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
|
| 21 |
-
CMD ["gunicorn", "-w", "
|
|
|
|
| 18 |
|
| 19 |
# Run the application with Gunicorn
|
| 20 |
# Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
|
| 21 |
+
CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:7860", "AgriGo.app:app"]
|