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 8ecf40d commit f214784Copy full SHA for f214784
Dockerfile
@@ -1,6 +1,5 @@
1
FROM node:22-alpine
2
-RUN groupadd -g 1000 mcp && \
3
- useradd -m -u 1000 -g mcp mcp
+RUN addgroup -S mcp && adduser -S mcp -G mcp
4
USER mcp
5
ARG VERSION=latest
6
RUN npm install -g mongodb-mcp-server@${VERSION}
0 commit comments