|
@@ -7,8 +7,11 @@ RUN java -Djarmode=layertools -jar application.jar extract
|
|
|
FROM openjdk:8u272-jdk
|
|
|
WORKDIR application
|
|
|
COPY --from=builder application/dependencies/ ./
|
|
|
+RUN true
|
|
|
COPY --from=builder application/snapshot-dependencies/ ./
|
|
|
+RUN true
|
|
|
COPY --from=builder application/spring-boot-loader/ ./
|
|
|
+RUN true
|
|
|
COPY --from=builder application/application/ ./
|
|
|
RUN true
|
|
|
COPY docker-entrypoint.sh ./
|