소스 검색

[FIX] comment entrypoint

Gogs 7 년 전
부모
커밋
fedc13f5ee
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      eiru-automation/Dockerfile

+ 2 - 2
eiru-automation/Dockerfile

@@ -11,8 +11,8 @@ RUN set -x; \
         mkdir -p /opt/odoo && \
         chmod -R 777 /opt/odoo
 
-COPY entrypoint.sh /
-RUN chmod +x entrypoint.sh
+# COPY entrypoint.sh /
+# RUN chmod +x entrypoint.sh
 
 COPY ./app ./app