Skip to content

Fix startup.sh not found when building on Windows #31

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

Merged
merged 1 commit into from
Jun 14, 2024

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!

@daveearley daveearley merged commit eb21236 into HiEventsDev:develop Jun 14, 2024
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