We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435be2a commit 9150edeCopy full SHA for 9150ede
Dockerfile
@@ -20,8 +20,4 @@ WORKDIR /app
20
# Copy the built binary from the builder stage
21
COPY --from=builder /app/mcp-filesystem-server ./
22
23
-# Create a directory that will be used as allowed directory
24
-RUN mkdir -p /app
25
-
26
ENTRYPOINT ["./mcp-filesystem-server"]
27
-CMD ["/app"]
0 commit comments