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
|
||||
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 ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue