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:
Omid Ashtari 2023-08-30 09:10:47 -07:00 committed by GitHub
parent 8c318a0a18
commit 5b486e383b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ FROM nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html 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. into an nginx container.
## Summary ## 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. 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" >}}