perf(docker): add npm cache
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-12 16:49:41 +01:00
parent 97bbdfdf02
commit 3202b8fffa

View File

@@ -20,6 +20,7 @@ services:
volumes:
- audit_dist:/app/dist
- audit_reports:/app/.lighthouseci
- npm_cache:/root/.npm
environment:
- CHROME_PATH=/usr/bin/chromium-browser
working_dir: /app
@@ -28,6 +29,7 @@ services:
volumes:
audit_dist:
audit_reports:
npm_cache:
networks:
reverse-proxy: