pub fn build_image( project_dir: &Path, tag: &str, dockerfile_path: Option<&Path>, build_args: &HashMap<String, String>, no_cache: bool, ) -> Result<()>
Build a Docker image