Skip to content

Commit 40f79bc

Browse files
committed
Add node cache and yarn cache
1 parent 9cdec0f commit 40f79bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ services:
88
volumes:
99
- .:/app:cached
1010
- node_modules:/app/node_modules
11+
- npm_cache:/root/.npm
12+
- yarn_cache:/usr/local/share/.cache/yarn
1113
volumes:
1214
node_modules:
15+
npm_cache:
16+
yarn_cache:

0 commit comments

Comments
 (0)