crazyfactory/docker-project-cli

`--path` doesn't work as expected

Closed this issue · 1 comments

it should be possible to run dopr --path [some path] up -d to run dopr from any directory (e.g. ~).

This however fails as the docker-compose.yml paths are not correctly read (they should be relative to path and not to pwd

sending a PR :)