Skip to content

Commit

Permalink
[docker] Fix docker-init missing FLASK_APP (#7709)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored and mistercrunch committed Jun 14, 2019
1 parent 0d12243 commit b6ab691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker/docker-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6ab691

Please sign in to comment.