Skip to content

Commit 8afc2ea

Browse files
committed
tweak dockerfile
1 parent dacb1c2 commit 8afc2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.smithery/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23-bookworm-slim
1+
FROM node:22-alpine
22

33
WORKDIR /app
44

@@ -8,4 +8,4 @@ RUN npm ci
88

99
RUN npm run build
1010

11-
CMD ["sh", "-c", "mongod --fork --logpath /var/log/mongodb.log --dbpath /data/db && node dist/index.js"]
11+
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)