cppforlife/knctl

Support for setting alternate Dockerfile

edwarnicke opened this issue · 2 comments

I've got a project with more than a single Dockerfile, and where the Dockerfile is not in the root dir for the project. I normally handle this with things like:

docker build -f docker/Dockerfile.foo .

I notice you guys have hard coded the Dockerfile. Would you be open to a PR that makes that configurable through a command line flag?

@edwarnicke PR would be great.

closing, feel free to send a PR.