fix(lighthouse): fix path for audits config
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -18,9 +18,9 @@ services:
|
|||||||
container_name: lighthouse-audit
|
container_name: lighthouse-audit
|
||||||
user: "0:0"
|
user: "0:0"
|
||||||
volumes:
|
volumes:
|
||||||
- ./dist-audit:/app/dist
|
- ${PWD}/dist-audit:/app/dist
|
||||||
- ./.lighthouseci:/app/.lighthouseci
|
- ${PWD}/.lighthouseci:/app/.lighthouseci
|
||||||
- ./.lighthouserc.cjs:/app/.lighthouserc.cjs
|
- ${PWD}/.lighthouserc.cjs:/app/.lighthouserc.cjs
|
||||||
environment:
|
environment:
|
||||||
- CHROME_PATH=/usr/bin/chromium-browser
|
- CHROME_PATH=/usr/bin/chromium-browser
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|||||||
Reference in New Issue
Block a user