Browse Source

Update Dockerfile

guizhong 6 years ago
parent
commit
2ee32c1bd6
1 changed files with 1 additions and 0 deletions
  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"]