Vibe coded a bit more ... now we have session, attached picture and analysis, MOA group computation

This commit is contained in:
Gérald Colangelo
2026-03-17 17:20:54 +01:00
parent 120dc70cf5
commit 5b18fadb60
55 changed files with 5419 additions and 59 deletions

8
entrypoint.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
mkdir -p /app/storage/csvs /app/storage/pdfs /app/storage/equipment_photos
flask db upgrade
exec python -m gunicorn --bind 0.0.0.0:5000 --workers 2 "app:create_app()"