You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
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.