added Docker setup & moved database into instance folder

This commit is contained in:
2025-08-27 21:28:02 +02:00
parent 36f7f6d278
commit 1291970b51
9 changed files with 49 additions and 1979 deletions

3
webapp/app.py Normal file
View File

@@ -0,0 +1,3 @@
from . import create_app
app = create_app()