feat(ci): add automated Lighthouse audit pipeline #2
@@ -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