CrowdDotDev / crowd.dev

⚡️ The developer data platform to centralize community, product, and customer data
https://crowd.dev
Other
3.26k stars 760 forks source link

Faster dockerfiles #2413

Closed sausage-todd closed 1 month ago

sausage-todd commented 1 month ago

Download pnpm dependencies from just a pnpm lockfile, even before copying everything else. This way we cache the slowest/heaviest layer without depending on the code. No need to wait for a complete pnpm install whenever you change a single line of code.