Skip to content

Commit

Permalink
Fix typo in docker.md (#10430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwigert authored Apr 22, 2024
1 parent 7496299 commit 6758046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ecosystem/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ coverage*

---

We'll now use `docker build` to convert this `Dockerfile` into a _Docker image_, is a self-contained template containing all the dependencies and configuration required to run the application.
We'll now use `docker build` to convert this `Dockerfile` into a _Docker image_, a self-contained template containing all the dependencies and configuration required to run the application.

The `-t` flag lets us specify a name for the image, and `--pull` tells Docker to automatically download the latest version of the base image (`oven/bun`). The initial build will take longer, as Docker will download all the base images and dependencies.

Expand Down

0 comments on commit 6758046

Please sign in to comment.