ivansabik edited a comment on issue #5802: Simpifying docker contrib
URL: 
https://github.com/apache/incubator-superset/pull/5802#issuecomment-418549887
 
 
   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
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to