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 9643e70 commit 9d31bafCopy full SHA for 9d31baf
Dockerfile
@@ -1,9 +1,9 @@
1
FROM node:22-alpine
2
+ARG VERSION=latest
3
RUN addgroup -S mcp && adduser -S mcp -G mcp
4
RUN npm install -g mongodb-mcp-server@${VERSION}
5
USER mcp
6
WORKDIR /home/mcp
-ARG VERSION=latest
7
ENTRYPOINT ["mongodb-mcp-server"]
8
LABEL maintainer="MongoDB Inc <[email protected]>"
9
LABEL description="MongoDB MCP Server"
0 commit comments