Skip to content

Commit

Permalink
feat: add vault-simulator to docker build command (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Guillermo Bescos <guillermo@dourolabs.xyz>
  • Loading branch information
devin-ai-integration[bot] and Guillermo Bescos authored Dec 17, 2024
1 parent b8ccf18 commit 0062806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN forge install nomad-xyz/ExcessivelySafeCall@be417ab0c26233578b8d8f3a37b87bd1
WORKDIR /src

COPY . .
RUN --mount=type=cache,target=/root/.cargo/registry cargo build -p auction-server --release
RUN --mount=type=cache,target=/root/.cargo/registry cargo build -p auction-server -p vault-simulator --release

FROM rust:${RUST_VERSION}
# Copy artifacts from other images
Expand Down

0 comments on commit 0062806

Please sign in to comment.