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:8.5-jdk8-corretto
# 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
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="row">
<div class="col-md-8">
<h2>Welcome To Mithun Technologies Private Limited, Bengaluru, Inida ,Karnataka.</h2>
<h3>Contact @ +91-9980923226,,+91-9900012028</h3>
<h3>Contact @ +91-9980923226,9848264850</h3>
</div>
</div>

Expand Down