You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(front): enable writable root FS and live reload for front (#330)
## 📝 Description
These changes improve the local development experience when running the
cluster locally by enabling file syncing and automatic server restarts.
They address local compatibility issues and allow runtime file writes
inside pods still running under MIX_ENV=prod.
- Replaced custom Node Dockerfile stage with node:16-alpine to fix local
build issues.
- Added `entr` for watching file changes during development.
- Changed CMD to restart Phoenix server using `entr` on source file
updates.
- Made `readOnlyRootFilesystem` configurable based on the new flag.
## ✅ Checklist
- [x] I have tested this change
- [ ] This change requires documentation update
0 commit comments