ninomllr opened a new issue #17712: URL: https://github.com/apache/superset/issues/17712
Apache Superset docker-compose is not working for a newly cloned project and by following the offical documentation: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose #### How to reproduce the bug 1. Clone the superset git locally 2. Run `docker-compose -f docker-compose-non-dev.yml up` ### Expected results The application should start. ### Actual results The web application is not starting and the log shows the following error: ``` superset_app | Starting web app... superset_app | /app/docker/docker-bootstrap.sh: line 50: /usr/bin/run-server.sh: No such file or directory ``` #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment git checkout today 10.12.2021, no changes on my side just the latest repository -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
