Merge pull request #451 from adamlwomble/patch-1

fix(docs/tutorial/our-application): update index.md
This commit is contained in:
Michael Irwin 2025-03-27 16:12:10 -04:00 committed by GitHub
commit bb1aed919a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
for the final image. Since we named the image `getting-started`, we can refer to that
image when we run a container.
The `.` at the end of the `docker build` command tells that Docker should look for the `Dockerfile` in the current directory.
The `.` at the end of the `docker build` command tells Docker to look for the `Dockerfile` in the current directory.
## Starting an App Container