We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cdec0f + 40f79bc commit 7c0bf57Copy full SHA for 7c0bf57
1 file changed
docker-compose.yml
@@ -8,5 +8,9 @@ services:
8
volumes:
9
- .:/app:cached
10
- node_modules:/app/node_modules
11
+ - npm_cache:/root/.npm
12
+ - yarn_cache:/usr/local/share/.cache/yarn
13
14
node_modules:
15
+ npm_cache:
16
+ yarn_cache:
0 commit comments