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

Docker entrypoint missing on Windows #35

Open
Daichi09 opened this issue Jun 16, 2023 · 1 comment
Open

Docker entrypoint missing on Windows #35

Daichi09 opened this issue Jun 16, 2023 · 1 comment

Comments

@Daichi09
Copy link

I'm on Docker Desktop on Windows 10, trying to build the Docker containers.

I'm getting a /bin/sh: 1: entrypoint.sh: not found inside of ichiran-main-1 when I start the container up.

I did get this to run just fine on a Debian Linux system, so I think it might be something specific on Docker Desktop on Windows.

@codicoscepticos
Copy link
Contributor

codicoscepticos commented Oct 6, 2023

@Daichi09 The solution that worked for me, which can be read here: https://stackoverflow.com/a/50974034/2969765, and it was to clone the repository with git clone --config core.autocrlf=false https://github.com/tshatrov/ichiran.git.

These answers...

...were also helpful.

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