Fix typo in builder.mb .dockerignore example

Signed-off-by: jgeiger <jgeiger@gmail.com>
Upstream-commit: 21ba115188
Component: cli
This commit is contained in:
jgeiger
2017-06-02 00:07:02 +00:00
committed by Tibor Vass
parent 2d2192c579
commit 63142db1f7
+1 -1
View File
@@ -201,7 +201,7 @@ The following is an example `.dockerignore` file:
*/*/temp*
temp?
*.md
!LICENCSE.md
!LICENSE.md
```
This file causes the following build behavior: