Skip to content

Commit

Permalink
feat: add vault-simulator to docker build command
Browse files Browse the repository at this point in the history
Co-Authored-By: Guillermo Bescos <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and Guillermo Bescos committed Dec 17, 2024
1 parent b8ccf18 commit c815efb
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 c815efb

Please sign in to comment.