mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 12:07:28 +08:00
chore: 优化docker环境下的启动速度,增加webman进程自动重启来释放内存
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user