Commit 46925ce
fix: include README.md in Docker build context
The #![doc = include_str!("../README.md")] directive in src/main.rs
requires README.md at compile time. The .dockerignore excluded all
*.md files, causing the Docker build to fail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ca85c8e commit 46925ce
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments