Your Docker builds are slow. This one line fixes it.
Stop re-downloading the internet on every build If your Docker builds take 3+ minutes because npm ci or pip install re-fetches every dependency each time your code changes, you're leaving massive time on the table. There's a BuildKit feature that fixes this, and almost