Would it be worth adding some explicit instructions in the doc of how to run 
this locally using docker? Since it's not just `docker-compose up`. This is 
what works for me locally:
```
cp 
contrib/docker/{docker-build.sh,docker-compose.yml,docker-entrypoint.sh,docker-init.sh,Dockerfile}
 .
cp contrib/docker/superset_config.py superset/
bash -x docker-build.sh
docker-compose up -d
docker-compose exec superset bash
bash docker-init.sh
```

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5802 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to