From 2daa0dcffbe56fc324a663ac8110eda3ff21402d Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 12 Jan 2026 11:15:27 +0100 Subject: [PATCH] fix(lighthouse): fix path for audits config --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 92ae65e..804ca11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,9 +18,9 @@ services: container_name: lighthouse-audit user: "0:0" volumes: - - ./dist-audit:/app/dist - - ./.lighthouseci:/app/.lighthouseci - - ./.lighthouserc.cjs:/app/.lighthouserc.cjs + - ${PWD}/dist-audit:/app/dist + - ${PWD}/.lighthouseci:/app/.lighthouseci + - ${PWD}/.lighthouserc.cjs:/app/.lighthouserc.cjs environment: - CHROME_PATH=/usr/bin/chromium-browser working_dir: /app