9799387a328af8b9ce891bae361e8d51f9b86a08
All checks were successful
Deploy c4 / deploy (push) Successful in 41s
On a fresh VM, Docker creates the bind-mounted data/ directory as root:root, but the container runs as games (UID 5). This causes SQLite to fail with SQLITE_CANTOPEN. Create the directory with correct ownership in the deploy pipeline.
Description
No description provided