mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 22:39:40 +02:00
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> |
||
|---|---|---|
| .. | ||
| calendar | ||
| chat | ||
| clock | ||
| contacts | ||
| context | ||
| manacore | ||
| manadeck | ||
| picture | ||
| quote/apps | ||
| todo | ||
| zitare | ||