dever 6 năm trước cách đây
mục cha
commit
8e871284e0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/docker/build/os/alpine/v3.4/Dockerfile

+ 3 - 0
src/docker/build/os/alpine/v3.4/Dockerfile

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