Commit 8b93cfb
committed
fix(render): use absolute SQLite path (four-slash) in DATABASE_URL
Three-slash sqlite:///app/outputs/... is parsed by get_db_path() as a
project-relative path (PROJECT_ROOT/app/outputs), which doesn't exist in
the container -> 'unable to open database file' on startup. Four slashes
makes it the absolute /app/outputs path the Dockerfile creates.1 parent c0b7b77 commit 8b93cfb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments