abhioncbr / docker-superset

Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
https://abhioncbr.github.io/docker-superset
Other
103 stars 55 forks source link

flask.cli.NoAppException while starting superset container in local mode using docker-compose command. #16

Closed abhioncbr closed 5 years ago

abhioncbr commented 5 years ago

Describe the bug With Superset image of version '0.29.0rc7', Superset gave 'flask.cli.NoAppException' in the local mode using docker-compose.

To Reproduce Steps to reproduce the behavior:

  1. pull superset image of version '0.29.0rc7'.
  2. start the container using docker-compose command and in 'local' mode.
  3. access superset home page using url localhost:8088
  4. 'flask.cli.NoAppException'

Expected behavior Shouldn't be that page. The home page of the superset should be rendered.

Screenshots If applicable, add screenshots to help explain your problem. image

abhioncbr commented 5 years ago

problem fixed, and the new image is present on dockerHub.