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

Optimise order of Dockerfile layers #24

Open
mkst opened this issue Feb 23, 2023 · 0 comments
Open

Optimise order of Dockerfile layers #24

mkst opened this issue Feb 23, 2023 · 0 comments

Comments

@mkst
Copy link
Contributor

mkst commented Feb 23, 2023

The steps (and therefore layers) should be organised from "least likely to change" to "most likely to change".

Right now we are copying in poetry deps after the core files, but the files are likely to change more than the dependencies, so this should be swapped.

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