Dockerfile debug verbessert
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m14s

This commit is contained in:
2026-01-30 13:43:52 +01:00
parent 55dd52565c
commit c2f8c414e6

View File

@@ -29,7 +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
RUN ls -lh app.jar && jar tf app.jar | grep META-INF/MANIFEST.MF
EXPOSE 9080
ENTRYPOINT ["java", "-jar", "app.jar"]