mrjones-plip commented on issue #23484: URL: https://github.com/apache/superset/issues/23484#issuecomment-1771641381
I'm facing this problem myself and I believe that [this comment](https://github.com/apache/superset/issues/23484#issuecomment-1484354219) is correct, but more specifically: * when you run `docker compose up` it uses [this compose file](https://github.com/apache/superset/blob/master/docker-compose.yml) by default * that compose file in turn has [extensions](https://docs.docker.com/compose/compose-file/compose-file-v3/#extension-fields) that [declare the mount as](https://github.com/apache/superset/blob/505678b37bdacc7e6088e66a714b30ceb8c7f8a4/docker-compose.yml#L24) `- ./docker:/app/docker` * if this bind mount fails, you will see the errors being reported here (`stat /app/docker/docker-bootstrap.sh: no such file or directory: unknown`) -- 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]
