refactor(lighthouse): lighthouse local use same docker compose as jenkins
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-12 16:50:49 +01:00
parent 3202b8fffa
commit 2e86857b61
3 changed files with 27 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ services:
environment:
- CHROME_PATH=/usr/bin/chromium-browser
working_dir: /app
command: npx @lhci/cli@${LHCI_VERSION} collect --config=/app/dist/audit-config.cjs
command: npx --prefer-offline @lhci/cli@${LHCI_VERSION} autorun --config=/app/dist/audit-config.cjs
volumes:
audit_dist: