dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

Ability to specify full path to Dockerfile #194

Open jheaff1 opened 4 years ago

jheaff1 commented 4 years ago

It seems that a dockerfile specified in a dobi.yaml must be relative to the build context. If the path to the dockerfile is a full path, it doesn't work.

It would be great if Dobi were changed to allow full path's to dockerfiles. This is imperative for out-of-source builds, e.g. using CMake