Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Sep 26, 2024
1 parent c827a2a commit 9f3bdc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ FROM chef AS planner
COPY Cargo.toml .
COPY Cargo.lock .
COPY src ./src
COPY benches ./benches
RUN cargo chef prepare --recipe-path recipe.json


Expand All @@ -20,7 +19,6 @@ RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json
COPY Cargo.toml .
COPY Cargo.lock .
COPY src ./src
COPY benches ./benches
RUN --mount=type=ssh cargo build --release


Expand Down

0 comments on commit 9f3bdc9

Please sign in to comment.