From 0faced7d4add9a65b9987d8f05d909e1bd7ea8d0 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Sat, 7 Mar 2020 12:54:10 +0200 Subject: [PATCH] fix: update release testing FLASK_APP param (#9254) --- RELEASING/from_tarball_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING/from_tarball_entrypoint.sh b/RELEASING/from_tarball_entrypoint.sh index 75d92bff2..a2ddfb4f8 100755 --- a/RELEASING/from_tarball_entrypoint.sh +++ b/RELEASING/from_tarball_entrypoint.sh @@ -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