Ver Fonte

Update Dockerfile

guizhong há 6 anos atrás
pai
commit
1eba009ab9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -9,6 +9,7 @@ ADD hostlist.conf /app/soft/tengine/conf/vhosts/www/hostlist.conf
 ADD www.conf /app/soft/tengine/conf/vhosts/www/www.conf
 ADD root /var/spool/cron/root
 ADD entrypoint.sh /usr/bin/entrypoint.sh
+RUN chmod +x /usr/bin/entrypoint.sh &&  chmod +x /cron/root/nginxlog_cut.sh
 #start resin
 ENTRYPOINT ["entrypoint.sh"]
 CMD ["/usr/bin/supervisord","-c", "/etc/supervisor/supervisord.conf"]