Browse code

Fix typo

Signed-off-by: Prayag Verma <prayag.verma@gmail.com>

Prayag Verma authored on 2016/02/01 04:55:59
Showing 1 changed files
... ...
@@ -276,7 +276,7 @@ All of the README files are included.  The middle line has no effect because
276 276
 You can even use the `.dockerignore` file to exclude the `Dockerfile`
277 277
 and `.dockerignore` files.  These files are still sent to the daemon
278 278
 because it needs them to do its job.  But the `ADD` and `COPY` commands
279
-do not copy them to the the image.
279
+do not copy them to the image.
280 280
 
281 281
 Finally, you may want to specify which files to include in the
282 282
 context, rather than which to exclude. To achieve this, specify `*` as