fix: add UV_PYTHON_INSTALL_MIRROR environment variable to Dockerfile and entrypoint script

This commit is contained in:
samanhappy@qq.com
2025-04-10 21:53:11 +08:00
parent 8dd058ecd0
commit 4cf1bfaadd
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ ARG REQUEST_TIMEOUT=120000
ENV REQUEST_TIMEOUT=$REQUEST_TIMEOUT
RUN uv tool install mcp-server-fetch
ENV UV_PYTHON_INSTALL_MIRROR="http://mirrors.aliyun.com/pypi/simple/"
WORKDIR /app