From 7daf5f61d533d9fc295f6e71f850758558fd2281 Mon Sep 17 00:00:00 2001 From: Deepak Panwar <97603455+deepak-devtron@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:38:27 +0530 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccef55c..62dedb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache +FROM quay.io/devtron/test:php-7-0-apache COPY src/ /var/www/html EXPOSE 80 From 87642fd2045feafeffae8f31dc9daf2ceb76b565 Mon Sep 17 00:00:00 2001 From: Deepak Panwar <97603455+deepak-devtron@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:07:48 +0530 Subject: [PATCH 2/3] Update README.md test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 229a183..59f8ac3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # How it Works +My name is Deepak for testing Docker builds an image containing the application in src/ and all of its dependencies by using the Dockerfile contained in this repository. The Dockerfile tells docker to use the [official PHP Docker image](https://hub.docker.com/_/php/) as the parent image. From 4935c18f6202155572a605ae90b9d76421bc78d4 Mon Sep 17 00:00:00 2001 From: Deepak Panwar <97603455+deepak-devtron@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:10:47 +0530 Subject: [PATCH 3/3] Update README.md testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f8ac3..495cbaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# How it Works +# How it Works (Edit) My name is Deepak for testing Docker builds an image containing the application in src/ and all of its dependencies by using the Dockerfile contained in this repository.