From ee84d212634d3db2a16d1030c84799628fb6f41f Mon Sep 17 00:00:00 2001 From: maxmudyasin Date: Thu, 30 Jul 2026 17:50:46 +0300 Subject: [PATCH] Revert "fix(docs/tutorial/our-application): update index.md" --- docs/tutorial/our-application/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/our-application/index.md b/docs/tutorial/our-application/index.md index edf6f256b..d4de895ad 100644 --- a/docs/tutorial/our-application/index.md +++ b/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. 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 Docker to look for the `Dockerfile` in the current directory. + The `.` at the end of the `docker build` command tells that Docker should look for the `Dockerfile` in the current directory. ## Starting an App Container