mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[docker] Fix docker-init missing FLASK_APP (#7709)
This commit is contained in:
committed by
Maxime Beauchemin
parent
0d122431b2
commit
b6ab691ebd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user