Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ ENV PORT=7860
|
|
23 |
# Run app.py when the container launches using Gunicorn
|
24 |
# Gunicorn is a production-ready web server.
|
25 |
# We bind to 0.0.0.0 to allow external connections.
|
26 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "1", "app:
|
|
|
23 |
# Run app.py when the container launches using Gunicorn
|
24 |
# Gunicorn is a production-ready web server.
|
25 |
# We bind to 0.0.0.0 to allow external connections.
|
26 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "1", "app:mcp"]
|