Sfoglia il codice sorgente

Merge pull request #4862 from jsimonelis/dockerfile_reference_typofix

documentation typo fix -- Dockerfile reference
James Turnbull 11 anni fa
parent
commit
058cc8818a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/sources/reference/builder.rst

+ 1 - 1
docs/sources/reference/builder.rst

@@ -49,7 +49,7 @@ to be created - so ``RUN cd /tmp`` will not have any effect on the next
 instructions.
 
 Whenever possible, Docker will re-use the intermediate images, 
-accelerating ``docker build`` significantly (indicated by ``Using cache``:
+accelerating ``docker build`` significantly (indicated by ``Using cache``):
 
 .. code-block:: bash