v1.0.8-beta.007 - fix(docker): bypass interactive prisma data loss warning on startup
- Added the --accept-data-loss flag to the prisma db push command in the Dockerfile.
- Prevents the container from hanging or crashing during boot when introducing new unique optional columns (like shareId on the ReadingList table).
- Ensures seamless, non-interactive database schema updates for existing users without requiring manual intervention or risking actual data loss.