Update prod undercover -> app
This commit is contained in:
parent
241dfa8ba6
commit
a33f142b4b
2
start
2
start
|
@ -15,7 +15,7 @@ fi
|
||||||
|
|
||||||
if [[ "$1" == "prod" ]]; then
|
if [[ "$1" == "prod" ]]; then
|
||||||
echo "Starting gunicorn production server..."
|
echo "Starting gunicorn production server..."
|
||||||
gunicorn -b localhost:8080 "undercover:create_app()"
|
gunicorn -b localhost:8080 "app:create_app()"
|
||||||
else
|
else
|
||||||
echo "Starting local dev server..."
|
echo "Starting local dev server..."
|
||||||
export FLASK_APP=app
|
export FLASK_APP=app
|
||||||
|
|
Loading…
Reference in New Issue