vchaptsev / cookiecutter-django-vue

Cookiecutter Django Vue is a template for Django-Vue projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Christian-Rau opened this issue · comments

during docker-compose up --build

backend_1 /usr/bin/env: ‘bash\r’: No such file or directory
...
backend_1 exited with code 127

commented

May happen when installing on Windows due to wrong line endings in the .sh files.
Fixed by using dos2unix or changing line endings on the files located in projectname/backend/scripts

if someone wants to contribute – go for it :)

As fidex pointed out! SOLVED!