RUN true
This commit is contained in:
parent
6640f1bdf0
commit
57211334c3
|
|
@ -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 ./
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue