From c4983b3271101e406e090e063ededa4922cfa8c2 Mon Sep 17 00:00:00 2001 From: Prakash-SP1989 Date: Fri, 19 Nov 2021 23:08:45 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78662a2a..153ae427 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Build Instruction +#Build Instruction ``` @@ -8,7 +8,7 @@ mvn clean package and build the instruction . ``` -# Deploy instruction +#Deploy instruction Deploy ```target/WebApp.war``` on Tomcat properly for better experience. From e2c8b7cc5faaacc4cef99dce24ce0553e7b665f6 Mon Sep 17 00:00:00 2001 From: Prakash-SP1989 Date: Fri, 19 Nov 2021 23:11:48 +0530 Subject: [PATCH 2/4] Update hosts --- hosts | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts b/hosts index 289312cd..816ec7e3 100644 --- a/hosts +++ b/hosts @@ -1,2 +1,3 @@ [test] Host_ip +[prod] From b6cd521cc86a3052a4c2c3c4c4a4825ca6569bf2 Mon Sep 17 00:00:00 2001 From: Prakash-SP1989 Date: Fri, 19 Nov 2021 23:18:43 +0530 Subject: [PATCH 3/4] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ceb6b0ab..ff59067d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM tomcat WORKDIR webapps +port 570 COPY target/WebApp.war . RUN rm -rf ROOT && mv WebApp.war ROOT.war ENTRYPOINT ["sh", "/usr/local/tomcat/bin/startup.sh"] From 6b3ebdb3edbbf9fc792000e12c68de3eef91c8eb Mon Sep 17 00:00:00 2001 From: Prakash-SP1989 Date: Fri, 19 Nov 2021 23:23:29 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153ae427..b58ba170 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ mvn clean package and build the instruction . ``` -#Deploy instruction +#Deploy instruction and test Deploy ```target/WebApp.war``` on Tomcat properly for better experience.