From f0f4e3ab08e5b43ba96898fc9bce7b2ebe7759ca Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:59:01 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-dockerfile-comments/ --- docker-modules/docker-images/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-images/README.md b/docker-modules/docker-images/README.md index c86134c7a0..3b2ae6b56f 100644 --- a/docker-modules/docker-images/README.md +++ b/docker-modules/docker-images/README.md @@ -2,3 +2,4 @@ - [Pushing a Docker Image to a Private Repository](https://www.baeldung.com/ops/docker-push-image-to-private-repository) - [How to Include Files Outside of Docker’s Build Context](https://www.baeldung.com/ops/docker-include-files-outside-build-context) +- [Adding a Comment in a Dockerfile](https://www.baeldung.com/ops/docker-dockerfile-comments/)