zhouhao 2 лет назад
Родитель
Сommit
57211334c3
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      jetlinks-standalone/Dockerfile

+ 3 - 0
jetlinks-standalone/Dockerfile

@@ -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 ./