managarten/apps
Wuesteon 9b55f10c28 fix(manacore-web): fix Docker entrypoint path for config.json
The entrypoint was trying to write to /app/build/client/config.json with an
absolute path, but since WORKDIR is /app/apps/manacore/apps/web, it should
use relative paths instead.

Changes:
- Use relative path 'build/client/config.json' instead of '/app/build/client/config.json'
- Add 'mkdir -p build/client' to ensure directory exists
- Update cat command to use relative path

This fixes the "nonexistent directory" error causing manacore-web to crash
in staging environment.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-16 00:00:53 +01:00
..
calendar fix(deps): add missing zod dependency to Calendar and Chat web apps for CI 2025-12-15 23:41:37 +01:00
chat fix(deps): add missing zod dependency to Calendar and Chat web apps for CI 2025-12-15 23:41:37 +01:00
clock fix(runtime-config): add missing zod dependency to Clock and Contacts web apps 2025-12-15 22:44:24 +01:00
contacts fix(runtime-config): add missing zod dependency to Clock and Contacts web apps 2025-12-15 22:44:24 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore fix(manacore-web): fix Docker entrypoint path for config.json 2025-12-16 00:00:53 +01:00
manadeck ️ fix: resolve all svelte-check a11y warnings across web apps 2025-12-15 19:09:01 +01:00
picture 🔧 refactor: implement 12-factor runtime config for all web apps 2025-12-15 21:33:50 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo 🐛 fix: resolve CI/CD build failures for manacore-web and todo-web 2025-12-15 19:40:19 +01:00
zitare ️ fix: resolve all svelte-check a11y warnings across web apps 2025-12-15 19:09:01 +01:00