This commit is contained in:
zhouhao 2023-02-13 12:38:29 +08:00
parent 6640f1bdf0
commit 57211334c3
1 changed files with 3 additions and 0 deletions

View File

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