Files
stack/apps
Jason Woltje 442c2f7de2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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 <noreply@anthropic.com>
2026-02-01 13:39:25 -06:00
..