Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bwerquin committed Jan 17, 2022
1 parent 9e2318d commit 512c2d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM tomcat:9-jdk11-openjdk-slim

RUN rm -rf $CATALINA_HOME/webapps/*
ADD /target/*.war $CATALINA_HOME/webapps/ROOT.war
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.insee.knowledge</groupId>
<artifactId>knowledge</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>war</packaging>
<name>Knowledge-Back-Office</name>
<description>Back-office services for Knowledge</description>
Expand Down

0 comments on commit 512c2d7

Please sign in to comment.