From 545103386f6fb284a217d2d7338cff1878e5c74e Mon Sep 17 00:00:00 2001 From: colinmcneil Date: Thu, 19 Dec 2024 13:19:34 -0500 Subject: [PATCH] Update filesystem config for Docker --- src/filesystem/Dockerfile | 2 -- src/filesystem/README.md | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/filesystem/Dockerfile b/src/filesystem/Dockerfile index 0cfa3718..12e5bcf4 100644 --- a/src/filesystem/Dockerfile +++ b/src/filesystem/Dockerfile @@ -22,6 +22,4 @@ ENV NODE_ENV=production RUN npm ci --ignore-scripts --omit-dev -WORKDIR /projects - ENTRYPOINT ["node", "/app/dist/index.js"] \ No newline at end of file diff --git a/src/filesystem/README.md b/src/filesystem/README.md index 74b83593..50d8c347 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -123,7 +123,8 @@ Note: all directories must be mounted to `/projects` by default. "--mount", "type=bind,src=/Users/username/Desktop,dst=/projects/Desktop", "--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro", "--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt", - "ai/mcp-filesystem" + "ai/mcp-filesystem", + "/projects", ] } }