Files
stack/apps
jason.woltjeandClaude Opus 4.5 fb0f6b5b62 fix(docker): Fix module resolution and healthcheck syntax
Issues fixed:
1. Module not found: Added missing copy of apps/{api,web}/node_modules
   which contains pnpm symlinks to the root node_modules

2. Healthcheck syntax: Fixed broken quoting from prettier reformatting
   Changed to CMD-SHELL with proper escaping

3. Removed obsolete version: "3.9" from docker-compose.yml

The apps need their own node_modules directories because pnpm uses
symlinks that point from apps/*/node_modules to node_modules/.pnpm/*

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