first commit

This commit is contained in:
Mateusz Gruszczyński
2025-07-02 11:43:43 +02:00
commit 94efe3bf66
19 changed files with 796 additions and 0 deletions

3
entrypoint.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
flask db upgrade 2>/dev/null || flask create_db
exec python app.py