Skip to content

Commit 0d3beeb

Browse files
Claude Sonnet (coordinator)claude
andcommitted
fix(docker): copy docs and scripts into builder so contract tests can read generated artifacts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b23efe5 commit 0d3beeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN cargo chef cook --release --recipe-path recipe.json
1919
COPY Cargo.toml Cargo.lock ./
2020
COPY crates ./crates
2121
COPY xtask ./xtask
22+
COPY docs ./docs
23+
COPY scripts ./scripts
2224

2325
RUN cargo test --workspace --all-features
2426
RUN cargo build -p ledgerr-mcp --release --bin ledgerr-mcp-server

0 commit comments

Comments
 (0)