Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: explicit error on missing dockerfile
When the provided Dockerfile path was not present, users would get an error when accessing the file, and if undefined, this would amount to ENOENT on an empty path, which isn't too friendly. Therefore, this commit treats this lack as a separate error, since `path` is required when the bootstrap config is non-default, this will provide more meaningful context on the failure and its remediation.
- Loading branch information