Skip to content

Commit

Permalink
Run sync subcommand in Dockerfile to include schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jun 23, 2024
1 parent 1e2be4c commit 36eb21e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ COPY tinted-builder-rust ./tinted-builder-rust
RUN cargo build -p tinted-builder-rust --release
RUN cargo test -p tinted-builder-rust --release

# Sync since there is no reason not to include the schemes
RUN /usr/src/tinted-builder-rust/target/release/tinted-builder-rust sync

FROM rust:latest
COPY --from=builder /usr/src/tinted-builder-rust/target/release/tinted-builder-rust /usr/local/bin/tinted-builder-rust

Expand Down

0 comments on commit 36eb21e

Please sign in to comment.