compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

Fix GetWorkingDir to get the right working dir from config files

Open BergLucas opened this issue 1 year ago • 0 comments

Fix https://github.com/docker/compose/issues/12054

Hi, I've tried to fix the bug mentioned above by using the true working directory if there is a configuration file in it, otherwise it behaves the same way as before.

I'm not an expert in golang so don't hesitate to make comments.

Have a nice day!

BergLucas avatar Aug 13 '24 22:08 BergLucas