execution goal hinzugefügt
All checks were successful
Productdefinitions Build & Deploy / deploy (push) Successful in 1m21s

This commit is contained in:
2026-01-30 13:51:16 +01:00
parent c2f8c414e6
commit cc2d2ffe6a
2 changed files with 8 additions and 1 deletions

View File

@@ -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"]

View File

@@ -115,6 +115,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>