This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Description
Docker allows specifying the build directory: docker build target/artifacts
. People usually use it with docker build .
, but it is useful at times.
We're relying on using non-.
build dir in our build system, so draft
doesn't work for us as it doesn't allow customizing build dir (only Dockerfile
location).
It would be great if the support for customizing build dir was added to draft
.