sitecore-docker icon indicating copy to clipboard operation
sitecore-docker copied to clipboard

Use only lower-case directory names

Open joostmeijles opened this issue 5 years ago • 2 comments

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.

joostmeijles avatar Mar 17 '19 20:03 joostmeijles

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!

lsubi avatar Mar 18 '19 13:03 lsubi

Directory is now named files in README.md.

joostmeijles avatar Mar 31 '19 18:03 joostmeijles