From cc2d2ffe6a4f1227d4f963837e4638fa0a2828be Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Fri, 30 Jan 2026 13:51:16 +0100 Subject: [PATCH] =?UTF-8?q?execution=20goal=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- server-app/pom.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af8a93c..3002132 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,6 @@ WORKDIR /app COPY --from=build /productdefinitions/server-app/target/server-app-*.jar app.jar # Debug-Schritt: Zeig uns im Log, ob die Datei da ist und wie groß sie ist -RUN ls -lh app.jar && jar tf app.jar | grep META-INF/MANIFEST.MF +RUN ls -lh app.jar EXPOSE 9080 ENTRYPOINT ["java", "-jar", "app.jar"] \ No newline at end of file diff --git a/server-app/pom.xml b/server-app/pom.xml index 965cd99..bdfcbfb 100644 --- a/server-app/pom.xml +++ b/server-app/pom.xml @@ -115,6 +115,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + +