فهرست منبع

Merge pull request #19864 from pra85/patch-1

Fix typo
Sebastiaan van Stijn 9 سال پیش
والد
کامیت
40ce2574b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/reference/builder.md

+ 1 - 1
docs/reference/builder.md

@@ -276,7 +276,7 @@ All of the README files are included.  The middle line has no effect because
 You can even use the `.dockerignore` file to exclude the `Dockerfile`
 You can even use the `.dockerignore` file to exclude the `Dockerfile`
 and `.dockerignore` files.  These files are still sent to the daemon
 and `.dockerignore` files.  These files are still sent to the daemon
 because it needs them to do its job.  But the `ADD` and `COPY` commands
 because it needs them to do its job.  But the `ADD` and `COPY` commands
-do not copy them to the the image.
+do not copy them to the image.
 
 
 Finally, you may want to specify which files to include in the
 Finally, you may want to specify which files to include in the
 context, rather than which to exclude. To achieve this, specify `*` as
 context, rather than which to exclude. To achieve this, specify `*` as