浏览代码

[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