update docker file

This commit is contained in:
2026-01-26 17:59:12 +08:00
parent 6b3dd8f5db
commit b231633d7c

View File

@@ -30,6 +30,8 @@ services:
blueberry: blueberry:
<<: *common-config <<: *common-config
container_name: blueberry container_name: blueberry
command: ["python", "fastapi_server/server_dashscope.py", "react", "--sys-prompt-f", "configs/prompts/blueberry.txt"] command: ["python", "fastapi_server/server_openai.py",
"react", "--sys-prompt-f", "configs/prompts/blueberry.txt",
"--tool-manager-config.client-tool-manager.tool-keys"]
ports: ports:
- "8589:8588" - "8589:8588"