Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Allow customizing build dir #964

Open MOZGIII opened 4 years ago

MOZGIII commented 4 years ago

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.

squillace commented 4 years ago

that would be a great thing to add, you're right. Unfortunately, we do not have resources to apply to draft at the moment; if things change, this is on the list.