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