diff --git a/startup/100-gunicorn b/startup/100-gunicorn index e69de29..163ea93 100644 --- a/startup/100-gunicorn +++ b/startup/100-gunicorn @@ -0,0 +1,3 @@ +#!/bin/bash + +gunicorn wsgi -b 0.0.0.0:5000 --timeout 120 -c /app/gunicorn.config.py --workers=3 --threads=3 --worker-connections=1000 --pythonpath="/startup" --access-logfile - --error-logfile -