修复前端开发依赖安装
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user