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"]
|
||||
Reference in New Issue
Block a user