Skip to content

Commit 5ef900e

Browse files
committed
Ensure /git-repos is writable for regular users
Signed-off-by: Nikola Forró <[email protected]>
1 parent bc7d193 commit 5ef900e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beeai/Containerfile.mcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN useradd -m -G wheel mcp
2323
# although it is locally mounted through a volume
2424
COPY mcp_server/ /home/mcp/mcp_server/
2525
RUN chgrp -R root /home/mcp && chmod -R g+rwX /home/mcp
26+
RUN mkdir /git-repos && chmod -R o+rwX /git-repos
2627

2728
USER mcp
2829
WORKDIR /home/mcp

0 commit comments

Comments
 (0)