Files
FirstCore/scripts/enterypointone.sh
Azeez Muibi e7243434a4 update
2025-04-11 16:43:32 +01:00

9 lines
190 B
Bash

#!/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