diff --git a/Dockerfile b/Dockerfile index 488ab33..001847d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,12 @@ RUN mkdir -p $PNPM_HOME && \ ARG INSTALL_EXT=false RUN if [ "$INSTALL_EXT" = "true" ]; then \ - npx -y playwright install --with-deps chromium; \ + npx -y playwright install --with-deps chromium --browsers-path=/ms-playwright; \ fi +ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright +ENV PATH=$PATH:/ms-playwright/chromium-*/chrome-linux/ + RUN uv tool install mcp-server-fetch ENV UV_PYTHON_INSTALL_MIRROR="http://mirrors.aliyun.com/pypi/simple/"