Skip to content

Commit 440b3cf

Browse files
committed
fix: entrypoint
1 parent 9f7370e commit 440b3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22-alpine
22
ARG VERSION=latest
33
RUN npm install -g mongodb-mcp-server@${VERSION}
4-
CMD ["mongodb-mcp-server"]
4+
ENTRYPOINT ["mongodb-mcp-server"]
55
LABEL maintainer="MongoDB Inc <[email protected]>"
66
LABEL description="MongoDB MCP Server"
77
LABEL version=${VERSION}

0 commit comments

Comments
 (0)