We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332d549 commit a4b281aCopy full SHA for a4b281a
Dockerfile
@@ -2,6 +2,6 @@
2
From tomcat:8-jre8
3
4
# Maintainer
5
-MAINTAINER "valaxytech@gmail.com"
+MAINTAINER "sai4cs@gmail.com"
6
COPY ./webapp.war /usr/local/tomcat/webapps
7
RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps
webapp/src/main/webapp/index.jsp
@@ -1,5 +1,3 @@
1
<h1> Hello Dear Students !!, Welcome to DevOps Project-2 !! </h1>
<h2> By Mr.Sai from Saidemy </h2>
-<h2> It's time to start the DevOps Project-2!! Get ready!! </h2>
-<h2> This is End-End CI-CD Pipeline DevOps Project!! </h2>
-<h2> We are done with DevOps Project-2 </h2>
+<h2> It's time to start DevOps Project-2!! Get ready!! </h2>
0 commit comments