compose-go
compose-go copied to clipboard
Fix GetWorkingDir to get the right working dir from config files
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!