Steps followed :
- Git cloned
- created .env file and added REDASH_COOKIE_SECRET
- Executed - docker-compose up -d
- 3 services started out of 6 and for rest 3 i.e. scheduler, server, worker its failing due to below error
exec /app/bin/docker-entrypoint: no such file or directory
Anything am missing?
Followed this link for help - https://redash.io/help/open-source/dev-guide/docker
Any help will be appreciated.