guohanghui commited on
Commit
a74ade1
·
verified ·
1 Parent(s): 17abfb1

Update Dockerfile

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