From 1acbfb724691a9a818225b09e179d5a338ff0d65 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 23 Feb 2026 14:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20supervisord=20=E7=9A=84=20?= =?UTF-8?q?npm=20program=20=E5=8D=80=E5=A1=8A=EF=BC=8C=E4=BF=AE=E5=BE=A9?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E6=A9=9F=E5=AE=B9=E5=99=A8=E5=95=9F=E5=8B=95?= =?UTF-8?q?=E6=AC=8A=E9=99=90=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/8.5/supervisord.conf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker/8.5/supervisord.conf b/docker/8.5/supervisord.conf index 6e00d0f..6490557 100644 --- a/docker/8.5/supervisord.conf +++ b/docker/8.5/supervisord.conf @@ -13,15 +13,3 @@ stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -[program:npm] -command=/bin/sh -c "if [ \"${APP_ENV}\" = \"local\" ] || [ \"${APP_ENV}\" = \"testing\" ]; then exec /usr/bin/npm run dev; else sleep infinity; fi" -user=%(ENV_SUPERVISOR_PHP_USER)s -environment=LARAVEL_SAIL="1" -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 -autostart=true -autorestart=true -stopasgroup=true -killasgroup=true