Rasto
Results
1
comments of
Rasto
Thank you for the hint. Our Dockerfile looked like this: [docs Spring Boot 3.2.0 - Dockerfiles](https://github.com/spring-projects/spring-boot/blob/v3.2.0/spring-boot-project/spring-boot-docs/src/docs/asciidoc/container-images/dockerfiles.adoc#dockerfiles) ``` ... COPY --from=builder application/dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ COPY --from=builder application/snapshot-dependencies/ ./...