zhou-hao 4 年之前
父节点
当前提交
f9c16cbdc6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      jetlinks-standalone/Dockerfile

+ 1 - 0
jetlinks-standalone/Dockerfile

@@ -11,4 +11,5 @@ COPY --from=builder application/snapshot-dependencies/ ./
 COPY --from=builder application/spring-boot-loader/ ./
 COPY --from=builder application/application/ ./
 COPY docker-entrypoint.sh ./
+RUN chmod +x docker-entrypoint.sh
 ENTRYPOINT ["./docker-entrypoint.sh"]