From 512e63bfe6e5b7614cda0f5b1c817d14906b9427 Mon Sep 17 00:00:00 2001 From: Sourav Kumar <33636054+souravsk@users.noreply.github.com> Date: Tue, 7 Jun 2022 15:32:09 +0530 Subject: [PATCH] path correction for Containers folder When i click on the container hyperlink it show's "page not found" than i see the location i see days are written 2 times so change to the correct location. --- Days/day45.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day45.md b/Days/day45.md index 428e664..1628d3e 100644 --- a/Days/day45.md +++ b/Days/day45.md @@ -64,7 +64,7 @@ The following table shows some of the dockerfile statements we will be using or | LABEL | To add metadata to the image. | -Now we have the detail on how to build our first dockerfile we can create a working directory and create our dockerfile. I have created a working directory within this repository where you can see the files and folders I have to walk through. [Containers](Days/Containers) +Now we have the detail on how to build our first dockerfile we can create a working directory and create our dockerfile. I have created a working directory within this repository where you can see the files and folders I have to walk through. [Containers](Containers) In this directory I am going to create a .dockerignore file similar to the .gitignore we used in the last section. This file will list any files that would otherwise be created during the Docker build process, which you want to exclude from the final build.