Gogs 7 лет назад
Родитель
Сommit
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