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 bb0afbf commit b555c7cCopy full SHA for b555c7c
start.sh
@@ -1,6 +1,7 @@
1
#! /usr/bin/env bash
2
set -eu
3
if [ ${MODE:-""} == "development" ]; then
4
+ if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5
exec python web.py
6
else
7
exec gunicorn -k egg:meinheld#gunicorn_worker -c "$GUNICORN_CONF" "$APP_MODULE"
0 commit comments