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 9f7370e commit 440b3cfCopy full SHA for 440b3cf
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:22-alpine
2
ARG VERSION=latest
3
RUN npm install -g mongodb-mcp-server@${VERSION}
4
-CMD ["mongodb-mcp-server"]
+ENTRYPOINT ["mongodb-mcp-server"]
5
LABEL maintainer="MongoDB Inc <[email protected]>"
6
LABEL description="MongoDB MCP Server"
7
LABEL version=${VERSION}
0 commit comments