crazyfactory / docker-project-cli

MIT License
4 stars 1 forks source link

`--path` doesn't work as expected #22

Closed wmathes closed 6 years ago

wmathes commented 6 years ago

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

adhocore commented 6 years ago

sending a PR :)