Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois committed Feb 24, 2023
1 parent cc4d3de commit 62f0665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./ /bauhaus/
RUN mvn -B -f /bauhaus/pom.xml package


FROM tomcat:8-jdk8
FROM tomcat:9.0.71-jdk11
COPY --from=mvn bauhaus/target/bauhaus.war /usr/local/tomcat/webapps/
ADD ./config/start.sh /usr/local/tomcat
RUN chmod +x /usr/local/tomcat/start.sh
Expand Down

0 comments on commit 62f0665

Please sign in to comment.