@ -15,7 +15,7 @@ fi
if [[ "$1" == "prod" ]]; then
echo "Starting gunicorn production server..."
gunicorn -b localhost:8080 "undercover:create_app()"
gunicorn -b localhost:8080 "app:create_app()"
else
echo "Starting local dev server..."
export FLASK_APP=app