Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
| ... | ... |
@@ -305,6 +305,7 @@ func runBuild(dockerCli *command.DockerCli, options buildOptions) error {
|
| 305 | 305 |
} |
| 306 | 306 |
return cli.StatusError{Status: jerr.Message, StatusCode: jerr.Code}
|
| 307 | 307 |
} |
| 308 |
+ return err |
|
| 308 | 309 |
} |
| 309 | 310 |
|
| 310 | 311 |
// Windows: show error message about modified file permissions if the |