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:
parent
d593130fda
commit
9086c16f42
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ The following is an example `.dockerignore` file:
|
||||||
*/*/temp*
|
*/*/temp*
|
||||||
temp?
|
temp?
|
||||||
*.md
|
*.md
|
||||||
!LICENCSE.md
|
!LICENSE.md
|
||||||
```
|
```
|
||||||
|
|
||||||
This file causes the following build behavior:
|
This file causes the following build behavior:
|
||||||
|
|
Loading…
Add table
Reference in a new issue