We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7bbd01 + 9b34c3c commit bb1aed9Copy full SHA for bb1aed9
1 file changed
docs/tutorial/our-application/index.md
@@ -65,7 +65,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
65
for the final image. Since we named the image `getting-started`, we can refer to that
66
image when we run a container.
67
68
- 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.
69
70
## Starting an App Container
71
0 commit comments