Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel committed Oct 23, 2024
1 parent f92fc4c commit 6f8567b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN rustup target add aarch64-unknown-linux-gnu

WORKDIR /code
COPY Cargo.toml Cargo.lock diesel.toml ./
COPY .cargo .
RUN cargo fetch

COPY backend/ backend/
Expand Down

0 comments on commit 6f8567b

Please sign in to comment.