[docker] Fix docker-init missing FLASK_APP (#7709)

This commit is contained in:
Daniel Vaz Gaspar
2019-06-14 09:02:11 -07:00
committed by Maxime Beauchemin
parent 0d122431b2
commit b6ab691ebd
+1
View File
@@ -18,6 +18,7 @@
set -ex
# Create an admin user (you will be prompted to set username, first and last name before setting a password)
export FLASK_APP=superset:app
flask fab create-admin
# Initialize the database