Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -33,4 +33,5 @@ ENV MCP_TRANSPORT=http
|
|
| 33 |
ENV MCP_PORT=7860
|
| 34 |
|
| 35 |
# ✅ 修正:使用正确的路径
|
|
|
|
| 36 |
CMD ["python", "start_mcp.py"]
|
|
|
|
| 33 |
ENV MCP_PORT=7860
|
| 34 |
|
| 35 |
# ✅ 修正:使用正确的路径
|
| 36 |
+
WORKDIR /app/biopython/mcp_output
|
| 37 |
CMD ["python", "start_mcp.py"]
|