We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a234d commit 554cea2Copy full SHA for 554cea2
Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:22-alpine
2
-RUN addgroup -S mcp && adduser -S mcp -G mcp && chown -R mcp:mcp /usr/local/lib/node_modules
+RUN addgroup -S mcp && adduser -S mcp -G mcp
3
RUN npm install -g mongodb-mcp-server@${VERSION}
4
USER mcp
5
WORKDIR /home/mcp
0 commit comments