added loan_repayment_schedule

This commit is contained in:
Chinenye Nmoh
2025-11-20 14:18:47 +01:00
parent e5d9310563
commit ee87614f6e
6 changed files with 12 additions and 29 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