tastelikefeet commited on
Commit
499f14c
·
verified ·
1 Parent(s): 6f471bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ RUN git clone https://github.com/modelscope/mcp-central.git
35
 
36
  WORKDIR /app/mcp-central/examples/lite_research
37
 
38
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
35
 
36
  WORKDIR /app/mcp-central/examples/lite_research
37
 
38
+ CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]