From cdbd4bab3f9c11f4f9e115a86b20d9821aa4c04a Mon Sep 17 00:00:00 2001 From: po-shu Date: Sat, 28 Dec 2024 11:03:43 +0900 Subject: [PATCH] Fix correct Dockerfile path in README build instructions --- src/sequentialthinking/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sequentialthinking/README.md b/src/sequentialthinking/README.md index 77ccb454..3914d8ea 100644 --- a/src/sequentialthinking/README.md +++ b/src/sequentialthinking/README.md @@ -83,7 +83,7 @@ Add this to your `claude_desktop_config.json`: Docker: ```bash -docker build -t mcp/sequentialthinking -f sequentialthinking/Dockerfile . +docker build -t mcp/sequentialthinking -f src/sequentialthinking/Dockerfile . ``` ## License