Is it possible to add the ability to specify Dockerfile (the --file option on the cli)?
Currently I build with a Makefile, but since we're moving to production we want to switch to automated builds:
build-httpd:
docker build -t gvangool/repo:httpd -f _build/Dockerfile_httpd .
build-fax:
docker build -t gvangool/repo:fax -f _build/Dockerfile_fax .