update some bs

+ readme
+ some change in the bash script using ports
This commit is contained in:
2025-08-17 15:43:11 +02:00
parent 734ec1dc73
commit 9532213adf
3 changed files with 169 additions and 72 deletions

View File

@@ -21,5 +21,5 @@ export FLASK_ENV=production
# Run with Gunicorn
echo "Starting Flask app with Gunicorn..."
exec gunicorn -w 4 -b 0.0.0.0:5000 src.app:app
exec gunicorn -w 4 -b 0.0.0.0:8000 src.app:app