chore: 优化docker环境下的启动速度,增加webman进程自动重启来释放内存

This commit is contained in:
xboard
2024-05-14 18:10:15 +08:00
parent fa6dfc6acb
commit 227f50b9d1
3 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \
&& chown -R www:www /www \
&& chmod -R 775 /www
CMD chown -R www:www /www ; chmod -R 775 /www ; /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf
CMD /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf