managarten/apps/manacore/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
..
landing Fix wrong type 2025-12-04 23:25:25 +01:00
mobile Fix wrong type 2025-12-04 23:25:25 +01:00
web fix(manacore-web): fix Docker entrypoint path for config.json 2025-12-16 00:00:53 +01:00