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}