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