dever 6 年之前
父节点
当前提交
870bb7a38a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/docker/build/os/alpine/Dockerfile

+ 3 - 0
src/docker/build/os/alpine/Dockerfile

@@ -13,4 +13,7 @@ VOLUME ["/share"]
 COPY v3.4/entrypoint.sh /entrypoint.sh
 COPY v3.4/process.sh /entrypoint/process.sh
 
+RUN chmod +x /entrypoint.sh
+RUN chmod +x /entrypoint/process.sh
+
 ENTRYPOINT ["/entrypoint.sh"]