Skip to content

Commit f1e8c27

Browse files
committed
fix dockerfile
1 parent 3b07c85 commit f1e8c27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.smithery/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ RUN npm ci
1818

1919
RUN npm run build
2020

21-
RUN mongod --fork --logpath /var/log/mongodb.log
2221
ENV MDB_MCP_CONNECTION_STRING mongodb://localhost:27017
2322
CMD ["sh", "-c", "mongod --fork --logpath /var/log/mongodb.log --dbpath /data/db && node dist/index.js"]

0 commit comments

Comments
 (0)