Skip to content

Commit 9d31baf

Browse files
committed
fix: move arg up
1 parent 9643e70 commit 9d31baf

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,9 +1,9 @@
11
FROM node:22-alpine
2+
ARG VERSION=latest
23
RUN addgroup -S mcp && adduser -S mcp -G mcp
34
RUN npm install -g mongodb-mcp-server@${VERSION}
45
USER mcp
56
WORKDIR /home/mcp
6-
ARG VERSION=latest
77
ENTRYPOINT ["mongodb-mcp-server"]
88
LABEL maintainer="MongoDB Inc <[email protected]>"
99
LABEL description="MongoDB MCP Server"

0 commit comments

Comments
 (0)