Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
750d741
1
Parent(s):
6729203
final
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ COPY . /app
|
|
20 |
EXPOSE 5000
|
21 |
|
22 |
# Run the app with Gunicorn
|
23 |
-
CMD ["gunicorn", "
|
|
|
20 |
EXPOSE 5000
|
21 |
|
22 |
# Run the app with Gunicorn
|
23 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
|