diff --git a/Dockerfile b/Dockerfile index 9f7368bde..acd2498b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,10 @@ COPY --from=src /src /src WORKDIR /src # See https://www.reddit.com/r/rust/comments/126xeyx/exploring_the_problem_of_faster_cargo_docker/ # We aren't using the full recommendations there, just the simple bits. -RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome <