Skip to content

Commit

Permalink
chore: Remove unnecessary cargo fetch step from Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singh <[email protected]>
  • Loading branch information
akashsinghvance committed Jan 3, 2025
1 parent a79acb4 commit 410d305
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 @@ -4,8 +4,6 @@ WORKDIR /app

COPY Cargo.toml Cargo.lock ./

RUN cargo fetch

COPY . .

RUN cargo build --release
Expand Down

0 comments on commit 410d305

Please sign in to comment.