Phil Skentelbery 6e8a7186cf fix: use absolute paths for database to ensure persistence
Critical bug fix: Path(__file__).parent.parent returns a relative path,
causing the database to be created in different locations depending on
the working directory. This caused data loss on container restarts.

Changes:
- Add .resolve() to BASE_DIR in src/config.py and migrations/env.py
- Fix admin dashboard showing 0 for participant count (was hardcoded)
- Fix exchange detail page to show actual participant list
- Add startup diagnostics to entrypoint.sh for troubleshooting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 20:37:11 -07:00
2025-12-22 11:28:15 -07:00
2025-12-22 11:28:15 -07:00
2025-12-22 11:28:15 -07:00
2025-12-22 13:10:47 -07:00
2025-12-22 12:41:28 -07:00
Description
No description provided
412 KiB
Languages
Python 89.5%
HTML 9.4%
Dockerfile 0.5%
Shell 0.3%
Mako 0.3%