Skip to content

Commit 46925ce

Browse files
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

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ target/
22
.git/
33
bin/
44
*.md
5+
!README.md
56
docs/
67
examples/
78
charts/

0 commit comments

Comments
 (0)