Skip to content

Commit 9150ede

Browse files
committed
update Dockerfile
1 parent 435be2a commit 9150ede

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ WORKDIR /app
2020
# Copy the built binary from the builder stage
2121
COPY --from=builder /app/mcp-filesystem-server ./
2222

23-
# Create a directory that will be used as allowed directory
24-
RUN mkdir -p /app
25-
2623
ENTRYPOINT ["./mcp-filesystem-server"]
27-
CMD ["/app"]

0 commit comments

Comments
 (0)