Spaces:
Paused
Paused
KunalThakare279
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ EXPOSE 8000
|
|
29 |
|
30 |
# Run the application
|
31 |
ENTRYPOINT ["gunicorn", "app:app"]
|
32 |
-
CMD ["-b", "0.0.0.0:7860"]
|
|
|
29 |
|
30 |
# Run the application
|
31 |
ENTRYPOINT ["gunicorn", "app:app"]
|
32 |
+
CMD ["-b", "0.0.0.0:7860", "--workers=1"]
|