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

This commit is contained in:
Daniel Vaz Gaspar 2019-06-14 17:02:12 +01:00 committed by Maxime Beauchemin
parent 0d122431b2
commit b6ab691ebd
1 changed files with 1 additions and 0 deletions

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