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

Invalid drive letter case for default path_mapping on Windows #159

Closed
Toilal opened this issue Jan 12, 2021 · 0 comments · Fixed by #176
Closed

Invalid drive letter case for default path_mapping on Windows #159

Toilal opened this issue Jan 12, 2021 · 0 comments · Fixed by #176
Labels
bug Something isn't working

Comments

@Toilal
Copy link
Contributor

Toilal commented Jan 12, 2021

On windows, ddb generates a default path mapping for project_home.

path_mapping:
    C:\Users\FRUP67305\projects\MENJ-InserJeunes: /C/Users/FRUP67305/projects/MENJ-InserJeunes

Problem is that the right part of this mapping should starts with a lowercase drive letter instead of a uppercase one.

To be consistent with docker-compose behavior, it should be the following :

path_mapping:
    C:\Users\FRUP67305\projects\MENJ-InserJeunes: /c/Users/FRUP67305/projects/MENJ-InserJeunes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant