We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593fb5 commit 5c12439Copy full SHA for 5c12439
docker-compose.yml
@@ -18,8 +18,7 @@ services:
18
command: sh -c 'trap "exit" TERM; while true; do sleep 1; done'
19
environment:
20
# Store caches in repository directory. This save time across container
21
- # runs. NOTE: cypress is not supported in this container--see README.md
22
- CYPRESS_CACHE_FOLDER: /app/.cache/Cypress
+ # runs.
23
npm_config_cache: /app/.npm
24
npm_config_devdir: /app/.cache/node-gyp
25
image: 'node:14'
0 commit comments