浏览代码

Update Dockerfile

guizhong 6 年之前
父节点
当前提交
2ee32c1bd6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"]