From e2ecf4b6b509d1faf86e05abb4cb870a542601dc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 1 Apr 2023 15:37:45 +0000 Subject: [PATCH 1/3] commiting dockerfile --- dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..2044cad6c --- /dev/null +++ b/dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ENTRYPOINT apachectl -D FOREGROUND +COPY . /var/www/html From d63142f1d408f98cf2efdd07e77a72bd5c2e3e6d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 1 Apr 2023 15:56:17 +0000 Subject: [PATCH 2/3] made changes to master branch --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 19c25caa0..596f2f1d7 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,6 @@ Intellipaat -

Hello world!

+

Hello world! from master branch

From 21da3cf682a86ddec68d392778bcb1956f631d2c Mon Sep 17 00:00:00 2001 From: vikram jadhav <57430198+vikrant122@users.noreply.github.com> Date: Sun, 2 Jun 2024 23:31:23 +0530 Subject: [PATCH 3/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 596f2f1d7..b364c01ff 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - Intellipaat + Intellipaat 1

Hello world! from master branch