Skip to content

Commit

Permalink
FEAT : changement jre vers jdk pour avoir jstat
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 29, 2024
1 parent 204a16f commit ff1b337
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 @@ -31,7 +31,7 @@ RUN mvn --batch-mode \
#FROM tomcat:9-jdk17 as api-image
#COPY --from=build-image /build/web/target/*.war /usr/local/tomcat/webapps/ROOT.war
#CMD [ "catalina.sh", "run" ]
FROM eclipse-temurin:17-jre as sudoc-image
FROM eclipse-temurin:17-jdk as sudoc-image
WORKDIR /app/
COPY --from=build-image /build/target/sudoc.jar /app/sudoc.jar
ENV TZ=Europe/Paris
Expand Down

0 comments on commit ff1b337

Please sign in to comment.