Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMBourgeois committed Nov 3, 2023
1 parent b57481d commit faf5be7
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 @@ -6,5 +6,5 @@ RUN mvn -B -f /DDI-Access-Services/pom.xml package
MAINTAINER hugobouttes

FROM openjdk:17-alpine
COPY --from=mvn DDI-Access-Services/target/rmes-0.0.4-BetaElastic.jar app.jar
COPY --from=mvn DDI-Access-Services/target/rmes-0.0.10-BetaElastic.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit faf5be7

Please sign in to comment.