diff --git a/Dockerfile b/Dockerfile index 70b595e3cb..e28e4ca70d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM tomcat:latest RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps +#this is a test message COPY ./*.war /usr/local/tomcat/webapps diff --git a/README.md b/README.md index 05530af213..93e0bd2d73 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ ## DevOps Project for Beginners +hello hello hello [![Image](https://github.com/yankils/Simple-DevOps-Project/blob/master/Devops_course.PNG "DevOps Project - CI/CD with Jenkins Ansible Docker Kubernetes ")](https://www.udemy.com/course/valaxy-devops/?referralCode=8147A5CF4C8C7D9E253F) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 7f5bec63ce..a1bf29ada2 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

+

New user Register

Please fill in this form to create an account.