Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/our-application/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading