ソースを参照

[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