We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a922737 commit 340c521Copy full SHA for 340c521
Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:1.77 AS builder
2
WORKDIR /src
3
COPY . .
4
-RUN --mount=type=cache,target=/usr/local/cargo/git \
+RUN --mount=type=cache,target=/usr/local/cargo/git \
5
--mount=type=cache,target=/usr/local/cargo/registry \
6
--mount=type=cache,sharing=private,target=/src/target \
7
cargo install --path .
0 commit comments