فهرست منبع

Make composer executable

Girish Ramakrishnan 7 سال پیش
والد
کامیت
725e63d862
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -86,6 +86,9 @@ RUN sed -e 's,^logfile=.*$,logfile=/run/supervisord.log,' -i /etc/supervisor/sup
 # add code
 COPY start.sh index.php /app/code/
 
+# forgotten in the base image
+RUN chmod +x /usr/local/bin/composer
+
 # make cloudron exec sane
 WORKDIR /app/data