Issue Summary
After installing Redash in Docker only 3 of 6 containers start. Other three exit with error code 1 and message:
scheduler_1 | exec /app/bin/docker-entrypoint: no such file or directory
server_1 | exec /app/bin/docker-entrypoint: no such file or directory
worker_1 | exec /app/bin/docker-entrypoint: no such file or directory
Any changes to Dockerfile ENTRYPOINT line lead to installation failure. Tried to change to [“/usr/bin/app/bin/docker-entrypoint”] and [“app/bin/docker-entrypoint”] for relative path
Technical details:
- Redash Version: latest
- Browser/OS: Win10 / Docker
- How did you install Redash: https://redash.io/help/open-source/dev-guide/docker