guizhong 6 anni fa
parent
commit
2ee32c1bd6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
+ADD resin.ini /etc/supervisor/conf.d/resin.ini
 RUN chmod +x /usr/bin/entrypoint.sh &&  chmod +x /cron/root/nginxlog_cut.sh
 #start resin
 ENTRYPOINT ["entrypoint.sh"]