docker-airflow
docker-airflow copied to clipboard
/usr/bin/env: ‘bash\r’: No such file or directory
i am trying to run
docker-compose -f docker-compose-CeleryExecutor.yml up
docker-compose -f docker-compose-LocalExecutor.yml up
in both case i am getting following errror and container are restarting for 1. worker 2. scheduler 3. flower 4.webserver
any solution to solve this and make it run without issues
I had the same problem and solved it using the bash command dos2unix to convert the entrypoint.sh file to unix and it worked
dos2unix myscript.sh
Hope it helps