Symlink in WSL2 breaks Atlas CLI
RobDeFlop opened this issue · 2 comments
RobDeFlop commented
Steps to reproduce:
- change your ATLAS_BUILD_OUTPUT to a location inside a WSL2
- build your files with
- symlink for example docker-compose.yml inside the WSL (with ln -s /path/to/folder/on/windows/docker-compose.yml)
- build again -> Atlas CLI just outputs the help text
Maybe someone can reproduce this as well.
Possible solutions:
- Maybe add a configuration file where you can declare what files should be copied to the ATLAS_BUILD_OUTPUT path
abstractFlo commented
Currently depends on Win 11. On Win 10 it works as expected
abstractFlo commented
Currently this is no more needed. The symlink was an quick fix for PHPStorm, they was not able to resolve the files correctly from wsl. With the latest update, wsl inside phpstorm works as expected.