completed the task

This commit was merged in pull request #18.
This commit is contained in:
Chinenye Nmoh
2025-05-28 12:45:17 +01:00
parent 2c46a4390c
commit bbb919d933
4 changed files with 33 additions and 36 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