فهرست منبع

Merge pull request #14154 from chrismckinnel/master

Fix a broken link to .dockerignore
moxiegirl 10 سال پیش
والد
کامیت
6ffce0131c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/reference/builder.md

+ 1 - 1
docs/reference/builder.md

@@ -51,7 +51,7 @@ In most cases, it's best to put each Dockerfile in an empty directory. Then,
 only add the files needed for building the Dockerfile to the directory. To
 only add the files needed for building the Dockerfile to the directory. To
 increase the build's performance, you can exclude files and directories by
 increase the build's performance, you can exclude files and directories by
 adding a `.dockerignore` file to the directory.  For information about how to
 adding a `.dockerignore` file to the directory.  For information about how to
-[create a `.dockerignore` file](#the-dockerignore-file) on this page.
+[create a `.dockerignore` file](#dockerignore-file) on this page.
 
 
 You can specify a repository and tag at which to save the new image if
 You can specify a repository and tag at which to save the new image if
 the build succeeds:
 the build succeeds: