Fix typo in builder.mb .dockerignore example

Signed-off-by: jgeiger <jgeiger@gmail.com>
This commit is contained in:
jgeiger 2015-07-22 23:54:13 -06:00 committed by Tibor Vass
parent f793c1b50c
commit 21ba115188
1 changed files with 1 additions and 1 deletions

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: