Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ EXPOSE 7860
|
|
| 31 |
|
| 32 |
# Run the application with Gunicorn
|
| 33 |
# Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
|
| 34 |
-
CMD ["gunicorn", "-w", "
|
|
|
|
| 31 |
|
| 32 |
# Run the application with Gunicorn
|
| 33 |
# Format: gunicorn -w <workers> -b <bind-address> <module>:<app-instance>
|
| 34 |
+
CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:7000", "main:app"]
|