Skip to content

Commit

Permalink
fix propertiesLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 28, 2024
1 parent 536e9f0 commit 5d20253
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 @@ -15,4 +15,4 @@ RUN mkdir plugin
COPY /server/target/cqf-ruler-server-${VERSION}.war server/ROOT.war

EXPOSE 8080
CMD ["java", "-cp", "server/ROOT.war", "-Dloader.path=WEB-INF/classes,WEB-INF/lib,WEB-INF/lib-provided,plugin", "org.springframework.boot.loader.PropertiesLauncher"]
CMD ["java", "-cp", "server/ROOT.war", "-Dloader.path=WEB-INF/classes,WEB-INF/lib,WEB-INF/lib-provided,plugin", "org.springframework.boot.loader.launch.PropertiesLauncher"]

0 comments on commit 5d20253

Please sign in to comment.