Skip to content

Commit

Permalink
Update 09_image_best.md (#18068)
Browse files Browse the repository at this point in the history
Just a tiny typo at the bottom of the page, from 'copyies' to 'copies'.
  • Loading branch information
oashtari authored Aug 30, 2023
1 parent 8c318a0 commit 5b486e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/get-started/09_image_best.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" >}}

0 comments on commit 5b486e3

Please sign in to comment.