- Entrypoint now overrides .env with Docker environment variables - Supports all key vars: APP_KEY, APP_URL, DB_*, REDIS_* - Warns to save APP_KEY in Dokploy if auto-generated - Fixes DecryptException on proclamatori encrypted fields
- Dockerfile: remove appuser creation, run everything as root - www.conf: switch php-fpm workers to www-data - entrypoint.sh: remove all chown and git safe.directory workarounds - docker-compose.yml: remove USER_ID/GROUP_ID build args - .env.example: remove USER_ID/GROUP_ID variables
- Add entrypoint.sh for automated app initialization (composer, npm, migrations, cache) - Update Dockerfile: run entrypoint as root, php-fpm workers still run as appuser - Update .gitignore: exclude storage/logs, storage/framework, bootstrap/cache, public/build - Remove generated/cached files from git tracking