What's Changed
Bug fix
- fix(docker): drop startup
/appre-chown — removes the recursivechown -R node:node /appthat ran on every container start wheneverPUID/PGIDdiffered from the build-time uid./appis read-only at runtime (all writes go to/workspace,/app/data, and/home/node/.cache, which are still chowned unconditionally), so the extra walk was unnecessary. Cold starts return to seconds and the health check no longer reportsunhealthyduring the 40sstart_period.
Full Changelog: v0.16.0...v0.16.1