1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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
parent d593130fda
commit 9086c16f42

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: