hozn edited a comment on issue #9116: Empty screen after docker-compose build & up URL: https://github.com/apache/incubator-superset/issues/9116#issuecomment-584683882 Seeing same issue here on a clean install (MacOS -- with updated resource limits so that build would work). This may be unrelated, but it would appear that `incubator-superset_superset-node_1` has stopped with exit 1: ``` $ docker logs incubator-superset_superset-node_1 bash: line 0: cd: /app/superset-frontend: No such file or directory bash: line 0: cd: /app/superset-frontend: No such file or directory ``` (Indeed, there's no superset-frontend that would be expected in the configured service, which simply uses a debian jesse base image with no mapped-in `/app/superset-frontend` directory.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
