Skip to content

Commit 338118d

Browse files
authored
Merge pull request #89 from openSVM/copilot/fix-88
Fix Docker build failure: include templates directory for include_str! macros
2 parents 5205ad3 + 5847ff7 commit 338118d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ COPY vendor/ ./vendor/
2323
# Copy source code
2424
COPY src/ ./src/
2525

26+
# Copy templates directory (required by include_str! macros in audit_templates.rs)
27+
COPY templates/ ./templates/
28+
2629
# Build the application
2730
RUN cargo build --release
2831

0 commit comments

Comments
 (0)