Closed samm81 closed 4 years ago
Also, mix clean
followed by mix compile
in the docker environment solves this issue. This might have something to do with the fact that I use a language server (which will compile files on my host computer), and then run mix doctor
in the container.
Hrmm. I'm not coming up with anything as far as theories goes to try and understand what's going on exactly. If it wouldn't be too much to ask, could you set up a sample GitHub repo that reproduces the error? Is it perhaps an issue with the Docker Compose volume mounts?
Closing this issue for now as I was not able to reproduce. Feel free to reach out again if you come across any issues and can provide repro steps. Thanks!
I do my development inside a docker container. Sometimes, but not always, when I
mix doctor
inside the container Doctor seems to try and open files using the host's paths rather than the container's paths./home/###/workspace/###/lib/###/accounts/credential.ex
is the path on the host, not in the container.