This commit is contained in:
Azeez Muibi
2025-04-11 16:43:32 +01:00
parent 79f0ac63f6
commit e7243434a4
32 changed files with 766 additions and 311 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/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