Files
nuzlocke-tracker/.beans/nuzlocke-tracker-yz9t--optimize-backend-dev-dockerfile-layer-caching.md
Julian Tabel b7d1c88d5e
All checks were successful
CI / backend-lint (push) Successful in 8s
CI / frontend-lint (push) Successful in 29s
Change Dockerfile ordering
2026-02-13 15:53:22 +01:00

415 B

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Optimize backend dev Dockerfile layer caching completed task normal 2026-02-13T14:45:23Z 2026-02-13T14:47:48Z

Seed data changes (11MB in src/app/seeds/) invalidate the pip install layer because COPY src/ comes before RUN pip install -e. Fix by creating a minimal package stub before pip install, then copying full source after.