Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
riyaj8888 opened this issue Feb 7, 2023 · 1 comment
Open

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

riyaj8888 opened this issue Feb 7, 2023 · 1 comment

Comments

@riyaj8888
Copy link

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

@JuanGonzalezTapia
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants