Files
family-planner/Dockerfile
jason 897b1c9bef Fix Dockerfile COPY instruction with invalid shell syntax
Removed the conditional COPY line that used 2>/dev/null || true —
shell operators are not valid in Dockerfile COPY instructions and
were being interpreted as literal paths. pnpm hoists all deps to
root node_modules via shamefully-hoist so the line was unnecessary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 22:00:15 -05:00

3.8 KiB