We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Followed the readme with first time only After running docker compose, the app container exists with just this one line in the log
2024-05-03 15:18:43 /usr/bin/env: ‘bash\r’: No such file or directory
The text was updated successfully, but these errors were encountered:
plus... /usr/bin/env: ‘bash\r’: No such file or directory
Sorry, something went wrong.
to fix this on windows, clone the repo like this: git clone https://github.com/zhanymkanov/fastapi_production_template --config core.autocrlf=input
because the end of file on windows is \r, linux is \r\n. so it fail.
No branches or pull requests
Followed the readme with first time only
After running docker compose, the app container exists with just this one line in the log
2024-05-03 15:18:43 /usr/bin/env: ‘bash\r’: No such file or directory
The text was updated successfully, but these errors were encountered: