refactor(lighthouse): lighthouse local use same docker compose as jenkins

This commit is contained in:
2026-01-12 16:50:49 +01:00
parent f0fea25f30
commit 823fe4c54e
3 changed files with 27 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
staticDistDir: '/app/dist',
settings: {
chromeFlags: '--no-sandbox --disable-setuid-sandbox --headless=new --disable-gpu --disable-dev-shm-usage',
targets: ['filesystem'],
},
numberOfRuns: 1
},