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.