Skip to content

Commit 7026d59

Browse files
authored
Merge branch 'master' into fix-instructions-bar-maximize-bug
2 parents 7c04419 + 7c0bf57 commit 7026d59

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)