perf(docker): add npm cache
All checks were successful
Portfolio/pipeline/head This commit looks good
All checks were successful
Portfolio/pipeline/head This commit looks good
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- audit_dist:/app/dist
|
- audit_dist:/app/dist
|
||||||
- audit_reports:/app/.lighthouseci
|
- audit_reports:/app/.lighthouseci
|
||||||
|
- npm_cache:/root/.npm
|
||||||
environment:
|
environment:
|
||||||
- CHROME_PATH=/usr/bin/chromium-browser
|
- CHROME_PATH=/usr/bin/chromium-browser
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
@@ -28,6 +29,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
audit_dist:
|
audit_dist:
|
||||||
audit_reports:
|
audit_reports:
|
||||||
|
npm_cache:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user