toaster update :3
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s

This commit is contained in:
2025-08-06 00:41:26 +01:00
parent e66f7e0588
commit 1b2425a493
15 changed files with 1060 additions and 16 deletions

2
run.sh
View File

@@ -2,4 +2,4 @@
[ ! -f .env ] || export $(grep -v '^#' .env | xargs)
flask --app src.wsgi --debug run
flask --app src.wsgi.py --debug run