Skip to content

Conversation

@NelsonDane
Copy link
Contributor

@NelsonDane NelsonDane commented Jun 10, 2024

This small PR fixes startup.sh file not being found in when building on Windows (Fixes #5 and Reddit comment)

The reason that this was occurring is because Windows saves the file with Windows line endings instead of the Unix line endings required by the Docker container. This is easily remedied by running dos2unix in the Dockerfile so that it doesn't need to be changed manually when building on Windows.

@daveearley
Copy link
Contributor

Thanks for this @NelsonDane!

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

Successfully merging this pull request may close these issues.

Unable to initialize the project using Docker all in one. 🐛

2 participants