Skip to content

Commit

Permalink
Update filesystem config for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil authored and slimslenderslacks committed Dec 19, 2024
1 parent 0b36cb4 commit 5451033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/filesystem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ ENV NODE_ENV=production

RUN npm ci --ignore-scripts --omit-dev

WORKDIR /projects

ENTRYPOINT ["node", "/app/dist/index.js"]
3 changes: 2 additions & 1 deletion src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
}
Expand Down

0 comments on commit 5451033

Please sign in to comment.