diff --git a/Dockerfile b/Dockerfile index 70b595e3cb..656ecb0588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,8 @@ FROM tomcat:latest + +MAINTAINER Mahesh + RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps + COPY ./*.war /usr/local/tomcat/webapps diff --git a/testfile b/testfile new file mode 100644 index 0000000000..7b22b25785 --- /dev/null +++ b/testfile @@ -0,0 +1,5 @@ +Hi Mahesh +This is second line +This is third line +Nice work with Visualstudio Code +Added content from mahesh Branch diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 7f5bec63ce..0984c8f376 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,6 +1,6 @@
-

New user Register for DevOps Learning

+

Hello Roshini Mahesh Kumar. Kindly Register for AWS DevOps Learnings

Please fill in this form to create an account.