Update start.sh

This commit is contained in:
copyrighttxt
2026-08-03 18:41:10 -04:00
committed by GitHub
parent c226ed2da9
commit bb49f6b943
+1 -1
View File
@@ -13,5 +13,5 @@ $$ \ /$$//$$$$$$ |/$$$$$$ |$$$$$$/ /$$$$$$ |$$ \/$$/ $$ |
EOF
echo "Version - $(git rev-parse --short HEAD) (prod)"
echo "Running NEXIUM OSS at $(date)"
echo "Running NEXIUM at $(date)"
gunicorn -b 0.0.0.0:3003 --preload --workers=8 --threads=20 "app:create_app()"