fix: Fixed database initialisation and dropped to 1 worker

This commit is contained in:
2025-07-29 23:13:27 +01:00
parent 9ecd492065
commit 7cd6a0f96d
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ echo "Generating CSS..."
./tailwindcss -i ./static/css/input.css -o ./static/css/output.css --content "./templates/*.html,./static/js/*.js" --minify
echo "Starting app..."
gunicorn --bind 0.0.0.0:5000 app:app --workers 3 --log-level debug
gunicorn --bind 0.0.0.0:5000 app:app --log-level debug