Eliminates dependency on node dev server for live site. Assets served as static files from public/build/ instead of proxied through Vite.
- Entrypoint remaps www-data to host UID/GID via WWWUSER/WWWGROUP env vars - Moves composer install, storage setup, migrate into entrypoint - Removes inline command from docker-compose - Defaults to 1000:1000, configurable via .env