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

not running on windows #123

Open
epictz06 opened this issue Oct 27, 2024 · 5 comments
Open

not running on windows #123

epictz06 opened this issue Oct 27, 2024 · 5 comments

Comments

@epictz06
Copy link

2024-10-27 19:41:21 exec ./entrypoint.sh: no such file or directory

@willshiel
Copy link

same here

@E-Amal
Copy link

E-Amal commented Oct 28, 2024

+1

1 similar comment
@tony201000
Copy link

+1

@ozkanpakdil
Copy link

ozkanpakdil commented Oct 29, 2024

  • Run this in git bash find . -type f -print0 | xargs -0 dos2unix and rerun docker run,
    or
  • git config --global core.autocrlf false; git config --global core.eol lf then git clone again and rerun docker build and run.

Rant: I do not know who high engineer (rocket scientist) decided to ignore this, but when we give sh file with windows end of lines that is creating the problem in docker, they should have done dos2unix before creating the docker container in windows docker, or at least give meaningful error or at least a warning 😄 but noo, better to let user have no such file or directory

@aniketsinghdshgsonic
Copy link

@ozkanpakdil Thankyou brother

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

6 participants