Update prod undercover -> app

This commit is contained in:
Sage Vaillancourt 2022-10-02 16:33:56 -04:00
parent 241dfa8ba6
commit a33f142b4b
1 changed files with 1 additions and 1 deletions

2
start
View File

@ -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