Jofthomas commited on
Commit
6ff0498
·
verified ·
1 Parent(s): 0e6ea4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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: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"]