This commit is contained in:
Azeez Muibi
2025-04-11 16:44:50 +01:00
parent e7243434a4
commit 6f5b95771f
9 changed files with 2 additions and 391 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/sh
echo "Running DB migrations..."
flask db migrate -m "Migration on $(date)"
flask db upgrade
echo "Starting Gunicorn server..."
exec gunicorn -w 4 -b 0.0.0.0:5000 wsgi:wsgi_app