Files
CHIEFSOFT\ameye 3887cdf344 needed file
2025-07-04 15:11:03 -04:00

9 lines
194 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