Spaces:
Running
Running
Update Dockerfile
Browse files- 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 ["
|
|
|
35 |
|
36 |
WORKDIR /app/mcp-central/examples/lite_research
|
37 |
|
38 |
+
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|