Skip to content
Snippets Groups Projects
  • Daniel's avatar
    32615344
    Optimize Dockerfiles (#4532) · 32615344
    Daniel authored
    Move some ARGs closer to the build stage (potentially improving caching)
    Remove redundant COPY commands
    Remove redundant RUN command
    Move CARGO_HOME's "&&" operator to the first line (improves consistency)
    32615344
    History
    Optimize Dockerfiles (#4532)
    Daniel authored
    Move some ARGs closer to the build stage (potentially improving caching)
    Remove redundant COPY commands
    Remove redundant RUN command
    Move CARGO_HOME's "&&" operator to the first line (improves consistency)