Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM tomcat:8.0.20-jre8
FROM tomcat:latest
# Dummy text to test
COPY target/java-web-app*.war /usr/local/tomcat/webapps/java-web-app.war
COPY target/java-web-app*.war /usr/local/tomcat/webapps/java-web-app.war
6 changes: 3 additions & 3 deletions src/main/webapp/WEB-INF/views/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@

<div class="row">
<div class="col-md-8">
<h2>Welcome To Mithun Technologies, Marathahalli, Banglore.</h2>
<h3>Contact @ +91-8296242028 ,+91-9980923226</h3>
<h2>Welcome To cloudcandy.</h2>
<h3>Contact @ +91-9597361516, +91 7200116900 </h3>
</div>
</div>


<hr>
<footer>
<p>&copy; Mithun Technologies 2019</p>
<p>&copy; cloudcandy 2020</p>
</footer>
</div>

Expand Down