Skip to content

Commit

Permalink
Fix correct Dockerfile path in README build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
po-shu committed Dec 28, 2024
1 parent 0e7d79c commit cdbd4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sequentialthinking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdbd4ba

Please sign in to comment.