fix: change npm install command to use global flag for package installation

This commit is contained in:
samanhappy
2025-04-05 17:47:06 +08:00
parent 2f16004eeb
commit ca2610cf1e

View File

@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y curl gnupg \
RUN npm install -g pnpm
RUN pnpm install @amap/amap-maps-mcp-server @playwright/mcp@latest tavily-mcp@latest @modelcontextprotocol/server-github @modelcontextprotocol/server-slack
RUN npm install -g @amap/amap-maps-mcp-server @playwright/mcp@latest tavily-mcp@latest @modelcontextprotocol/server-github @modelcontextprotocol/server-slack
RUN pip install mcp-server-fetch
WORKDIR /app