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 3a3a979 commit ed13f00Copy full SHA for ed13f00
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 python web.py
+ exec gunicorn -k 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