fix: update release testing FLASK_APP param (#9254)

This commit is contained in:
Ville Brofeldt 2020-03-07 12:54:10 +02:00 committed by GitHub
parent f34e9e393a
commit 0faced7d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ superset load_examples
# Create default roles and permissions
superset init
FLASK_ENV=development FLASK_APP=superset:app \
FLASK_ENV=development FLASK_APP="superset.app:create_app()" \
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0