docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

/usr/bin/env: ‘bash\r’: No such file or directory

Open riyaj8888 opened this issue 2 years ago • 1 comments

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

riyaj8888 avatar Feb 07 '23 08:02 riyaj8888

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

JuanGonzalezTapia avatar Oct 19 '23 20:10 JuanGonzalezTapia