execution goal hinzugefügt
All checks were successful
Productdefinitions Build & Deploy / deploy (push) Successful in 1m21s
All checks were successful
Productdefinitions Build & Deploy / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -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"]
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user