Files
stack/apps
jason.woltjeandClaude Opus 4.5 442c2f7de2 fix: Dockerfile COPY order - node_modules must come after source
Docker COPY replaces directory contents, so copying source code
after node_modules was wiping the deps. Reordered to:
1. Copy source code first
2. Copy node_modules second (won't be overwritten)

Fixes API build failure: "dist not found"

Co-Authored-By: Claude Opus 4.5 <[email protected]>
2026-02-01 13:39:25 -06:00
..