How to Make Fast Docker Build?
Fleetinghow to make fast docker build?
Most programming languages follow the same playbook: you COPY a lock-file of some kind first, build your dependencies, COPY over the rest of your source code and then build your project
most of the work is cached as long as your dependency tree does not change between one build and the next.