From b3bfacfc920cd4d8d171129705fa5befd944c089 Mon Sep 17 00:00:00 2001 From: Flavien Date: Wed, 2 Aug 2023 09:50:51 +0200 Subject: [PATCH] ~ Changed servlet url to root --- Dockerfile | 2 +- src/main/webapp/WEB-INF/web.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c062baa..bc43fa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM tomcat:9.0 -COPY target/sixdeploy-1.0-SNAPSHOT.war /usr/local/tomcat/webapps/ +COPY target/sixdeploy-1.0-SNAPSHOT.war /usr/local/tomcat/webapps/ROOT.war CMD ["catalina.sh", "run"] \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 4a4137d..ff27ad4 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,3 +1,4 @@ +