Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . /app
|
|
29 |
EXPOSE 5000
|
30 |
|
31 |
# Run the Flask app using Gunicorn
|
32 |
-
CMD ["gunicorn", "-w", "2", "-
|
|
|
29 |
EXPOSE 5000
|
30 |
|
31 |
# Run the Flask app using Gunicorn
|
32 |
+
CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:5000", "--preload", "app:app"]
|