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"]