Skip to content

Commit f7ef003

Browse files
committed
fix: docker labels
1 parent 6c714b3 commit f7ef003

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)