Skip to content

Commit

Permalink
- Fixed path in Dockerfile for starting spring boot jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens85 committed Mar 29, 2024
1 parent 88922bb commit 7afd7fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ${EXTRACTED}/spring-boot-loader/ ./
RUN true
COPY ${EXTRACTED}/application/ ./
RUN mkdir -p /logs
ENTRYPOINT ["java", "-Dspring.profiles.active=${SPRING_PROFILES_ACTIVE}", "org.springframework.boot.loader.JarLauncher"]
ENTRYPOINT ["java", "-Dspring.profiles.active=${SPRING_PROFILES_ACTIVE}", "org.springframework.boot.loader.launch.JarLauncher"]

0 comments on commit 7afd7fe

Please sign in to comment.