We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61c08b commit 31fdd20Copy full SHA for 31fdd20
Dockerfile
@@ -30,9 +30,6 @@ COPY ./web/Cargo.toml ./web/Cargo.toml
30
# Copy the complete source code into the container's working directory
31
COPY . .
32
33
-# clean the Cargo.lock file to avoid rebuilding the dependencies
34
-RUN cargo clean
35
-
36
# Build workspace and dependencies to leverage Docker cache
37
RUN cargo build --release --workspace --target aarch64-unknown-linux-gnu
38
0 commit comments