We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed13f00 commit e4c28beCopy full SHA for e4c28be
start.sh
@@ -2,7 +2,7 @@
2
set -eu
3
if [ ${MODE:-""} == "development" ]; then
4
if [ -f /app/requirements.txt ]; then pip install -r /app/requirements.txt; fi
5
- exec gunicorn -k egg:meinheld#gunicorn_worker -c "$GUNICORN_CONF" "$APP_MODULE"
+ exec gunicorn -k --reload egg:meinheld#gunicorn_worker -c "$GUNICORN_CONF" "$APP_MODULE"
6
else
7
exec gunicorn -k egg:meinheld#gunicorn_worker -c "$GUNICORN_CONF" "$APP_MODULE"
8
fi
0 commit comments