Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mahesh #533

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
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: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

5 changes: 5 additions & 0 deletions testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hi Mahesh
This is second line
This is third line
Nice work with Visualstudio Code
Added content from mahesh Branch
2 changes: 1 addition & 1 deletion webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form action="action_page.php">
<div class="container">
<h1>New user Register for DevOps Learning</h1>
<h1>Hello Roshini Mahesh Kumar. Kindly Register for AWS DevOps Learnings</h1>
<p>Please fill in this form to create an account.</p>
<hr>

Expand Down