Fix noun plural tense (change "instructions" -> "instruction")

"An" means one. So "an instruction" rather than "an instructions".  (Small grammar fix.)
This commit is contained in:
Aleksey Tsalolikhin
2018-03-04 19:56:03 -08:00
committed by GitHub
parent a7ba4418c6
commit 1958c85a96

View File

@@ -95,6 +95,6 @@ RUN <build code>
CMD, EXPOSE ...
```
* The build fails as soon as an instructions fails
* The build fails as soon as an instruction fails
* If `RUN <unit tests>` fails, the build doesn't produce an image
* If it succeeds, it produces a clean image (without test libraries and data)