Skip to content

Commit

Permalink
fix(build): fix docker build again.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed May 25, 2024
1 parent cdcc3b1 commit 3037814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY . /home/rust/src
RUN --mount=type=cache,target=/home/rust/src/target \
--mount=type=cache,target=/root/.cargo/registry \
--mount=type=cache,target=/root/.cargo/git \
cargo build --release \
cargo build --release && \
mv /home/rust/src/target/x86_64-unknown-linux-musl/release/backend /backend

FROM scratch
Expand Down

0 comments on commit 3037814

Please sign in to comment.