Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . /app
|
|
29 |
RUN pip install --user gunicorn
|
30 |
|
31 |
# Command to run the application using Gunicorn
|
32 |
-
CMD ["gunicorn", "-w", "
|
|
|
29 |
RUN pip install --user gunicorn
|
30 |
|
31 |
# Command to run the application using Gunicorn
|
32 |
+
CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:7860", "app:app"]
|