Explorar o código

Update Dockerfile

guizhong %!s(int64=6) %!d(string=hai) anos
pai
achega
1eba009ab9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"]