diff --git a/Dockerfile b/Dockerfile index 21ee12c..af8a93c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file