Added event composer

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 06:49:17 -04:00
parent be53d8a4c5
commit fbf30471f0
8 changed files with 396 additions and 4 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