Skip to content

Commit

Permalink
Remove unnecessary caching of binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Oct 19, 2024
1 parent f574cc0 commit f1281e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ RUN sqlx migrate run
RUN rsass src/static/scss/main.scss --style compressed > src/static/css/main.css

RUN \
--mount=type=cache,target=/usr/local/cargo/.crates.toml,from=rust:1.81 \
--mount=type=cache,target=/usr/local/cargo/.crates2.json,from=rust:1.81 \
--mount=type=cache,target=/usr/local/cargo/bin/,from=rust:1.81 \
--mount=type=cache,target=/usr/local/cargo/registry/index/,from=rust:1.81 \
--mount=type=cache,target=/usr/local/cargo/registry/cache/,from=rust:1.81 \
--mount=type=cache,target=/usr/local/cargo/git/db/,from=rust:1.81 \
Expand Down

0 comments on commit f1281e2

Please sign in to comment.