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

Use only lower-case directory names #62

Open
joostmeijles opened this issue Mar 17, 2019 · 2 comments
Open

Use only lower-case directory names #62

joostmeijles opened this issue Mar 17, 2019 · 2 comments

Comments

@joostmeijles
Copy link
Collaborator

joostmeijles commented Mar 17, 2019

Although the Windows filesystem is not case-sensitive, some Docker commands are. For example COPY /files/*.pfx /Files/ (which uses file look-up & expansion) is case-sensitive.

To prevent these issues, it will be better to only use lower-case directory names iso the currently mixed approached.

@lsubi
Copy link

lsubi commented Mar 18, 2019

This issue came up for me. I initially created the /Files folder in the root of sitecore-docker folder. When the build failed during the COPY command mentioned, renaming my "Files" folder to "files" fixed it. Might be helpful to indicate clearly in the README.md that you have to create a /files folder before building.

Thanks to all for contributing to this repo!

@joostmeijles
Copy link
Collaborator Author

Directory is now named files in README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants