diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..0800c4d66 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt-get update +RUN apt install apache2 -y +ADD index.html /var/www/html/ +ENTRYPOINT apachectl -D FOREGROUND diff --git a/index.html b/index.html index 19c25caa0..2c638bab6 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,9 @@ - Intellipaat +Vamsi Jankins CI/CD Demo -

Hello world!

+

Welcome to Vamsi Devops Demo

+