Dockerfile debug verbessert
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m14s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 1m14s
This commit is contained in:
@@ -29,7 +29,6 @@ WORKDIR /app
|
|||||||
COPY --from=build /productdefinitions/server-app/target/server-app-*.jar app.jar
|
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
|
# 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
|
EXPOSE 9080
|
||||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||||
Reference in New Issue
Block a user