Skip to content

Commit

Permalink
Feature/add mas envs (#32)
Browse files Browse the repository at this point in the history
* Rename variable and add name for MAS template

* Fix Sonar issues

* Dependency update

* Fix for k8s lib update

* Fix sonar issue

* Update Dockerfile to fix moved launcher
  • Loading branch information
samleeflang authored Nov 29, 2023
1 parent 3d859cd commit 7344cdf
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 @@ -16,4 +16,4 @@ RUN true
COPY --chown=java:java --from=builder application/application/ ./
USER 1000

ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]
ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"]

0 comments on commit 7344cdf

Please sign in to comment.