From fa9e415e80e50ea7e7ba8835f07c0cbec208f6f5 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Tue, 7 Jul 2026 20:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index ad7033b9..cc972148 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -74,7 +74,7 @@ services: logging: *json-log-rotation command: >- sh -lc - "[ -f node_modules/.install_done ] || (npm install --no-fund --no-audit && touch node_modules/.install_done); + "npm install --no-fund --no-audit; npm run dev -- --host 0.0.0.0 --port 5173" environment: TZ: ${TZ:-Asia/Shanghai}