修复前端开发依赖安装

This commit is contained in:
yml2213
2026-07-07 20:01:28 +08:00
parent dbcb5a4979
commit fa9e415e80
+1 -1
View File
@@ -74,7 +74,7 @@ services:
logging: *json-log-rotation logging: *json-log-rotation
command: >- command: >-
sh -lc 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" npm run dev -- --host 0.0.0.0 --port 5173"
environment: environment:
TZ: ${TZ:-Asia/Shanghai} TZ: ${TZ:-Asia/Shanghai}