Steps followed :

  1. Git cloned
  2. created .env file and added REDASH_COOKIE_SECRET
  3. Executed - docker-compose up -d
  4. 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.