Skip to content

Commit 7c0bf57

Browse files
authored
Merge pull request #1419 from outoftime/node-cache
Add node cache and yarn cache
2 parents 9cdec0f + 40f79bc commit 7c0bf57

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)