mirror of https://github.com/docker/docs.git
Update 09_image_best.md (#18068)
Just a tiny typo at the bottom of the page, from 'copyies' to 'copies'.
This commit is contained in:
parent
8c318a0a18
commit
5b486e383b
|
@ -204,7 +204,7 @@ FROM nginx:alpine
|
|||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
```
|
||||
|
||||
In the previous Dockerfile example, it uses the `node:18` image to perform the build (maximizing layer caching) and then copyies the output
|
||||
In the previous Dockerfile example, it uses the `node:18` image to perform the build (maximizing layer caching) and then copies the output
|
||||
into an nginx container.
|
||||
|
||||
## Summary
|
||||
|
@ -221,4 +221,4 @@ Related information:
|
|||
|
||||
In the next section, you'll learn about additional resources you can use to continue learning about containers.
|
||||
|
||||
{{< button text="What next" url="11_what_next.md" >}}
|
||||
{{< button text="What next" url="11_what_next.md" >}}
|
||||
|
|
Loading…
Reference in New Issue