Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve build times of Docker images #93

Closed
brendanarnold opened this issue Jul 6, 2023 · 0 comments
Closed

Improve build times of Docker images #93

brendanarnold opened this issue Jul 6, 2023 · 0 comments

Comments

@brendanarnold
Copy link
Collaborator

Docker images cache each step in a layer, by putting the COPY source code step after time consuming steps such as npm install we can cache some of the more lengthy steps in a Docker layer and improve build times.

brendanarnold added a commit that referenced this issue Jul 6, 2023
* Update Dockerfiles so install steps are cached

* Update Changelog

---------

Co-authored-by: Brendan Arnold <brendan.arnold@policylab.gov.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant