managarten/apps
Wuesteon fd1c0ee6a2 fix(docker): preserve pnpm symlink structure in web Dockerfiles
The production stage was copying node_modules to /app, but pnpm creates
symlinks pointing to ../../../../../node_modules/.pnpm/ (relative to the
app's node_modules location). When the directory structure changed, these
symlinks broke, causing "Cannot find package" errors.

Fix:
- Keep same directory structure in production (/app/apps/*/apps/web)
- Copy the root .pnpm store that symlinks point to
- Copy the app's node_modules which contains the symlinks

Affected apps: todo, manacore, chat, calendar, clock

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 19:38:49 +01:00
..
calendar fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
chat fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
clock fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
contacts Merge branch 'dev-1' into dev 2025-12-05 17:57:26 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
manadeck Merge branch 'dev-1' into dev 2025-12-05 17:57:26 +01:00
picture fix(picture): update API client to v1 endpoint and rename steps param 2025-12-07 16:11:04 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo fix(docker): preserve pnpm symlink structure in web Dockerfiles 2025-12-08 19:38:49 +01:00
zitare Merge branch 'dev-1' into dev 2025-12-05 17:57:26 +01:00