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 dacb1c2 commit 8afc2eaCopy full SHA for 8afc2ea
.smithery/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:23-bookworm-slim
+FROM node:22-alpine
2
3
WORKDIR /app
4
@@ -8,4 +8,4 @@ RUN npm ci
8
9
RUN npm run build
10
11
-CMD ["sh", "-c", "mongod --fork --logpath /var/log/mongodb.log --dbpath /data/db && node dist/index.js"]
+CMD ["node", "dist/index.js"]
0 commit comments