Skip to content

Commit 0deff66

Browse files
authored
Merge pull request #463 from erdnax123/erdnax123-patch-1
fix docker build command
2 parents 8c2397c + c1026d5 commit 0deff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sequentialthinking/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Add this to your `claude_desktop_config.json`:
8383
Docker:
8484

8585
```bash
86-
docker build -t mcp/sequentialthinking -f sequentialthinking/Dockerfile .
86+
docker build -t mcp/sequentialthinking -f src/sequentialthinking/Dockerfile .
8787
```
8888

8989
## License

0 commit comments

Comments
 (0)