Browse code

remove indent from .dockerignore example

Signed-off-by: Michael Friis <friism@gmail.com>

Michael Friis authored on 2017/01/23 03:46:04
Showing 1 changed files
... ...
@@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
403 403
 
404 404
 ```
405 405
 # comment
406
-    */temp*
407
-    */*/temp*
408
-    temp?
406
+*/temp*
407
+*/*/temp*
408
+temp?
409 409
 ```
410 410
 
411 411
 This file causes the following build behavior: