You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.