Skip to content

uv启动报错 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DesmondChh opened this issue May 28, 2025 · 1 comment
Closed

uv启动报错 #17

DesmondChh opened this issue May 28, 2025 · 1 comment

Comments

@DesmondChh
Copy link

Image
从zip包中解压的新代码在docker容器中使用uv启动报错
docker-compose文件如下
services:
mcp-mysql8-custom:
build:
context: .
dockerfile: mcp-mysql8.Dockerfile
restart: unless-stopped
volumes:
- .env:/usr/src/app/mysql_mcp_server_pro-main/src/config/.env:ro
ports:
- 9001:9000
command: "uv run --with rich /usr/src/app/mysql_mcp_server_pro-main/src/mysql_mcp_server_pro/server.py"

@wenb1n-dev
Copy link
Owner

最新代码中,新增了dockerfile文件,可以使用dockerfile文件进行部署

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants