Skip to content

Commit

Permalink
rdrf #2260 change yarn cache folder for build container
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Nov 2, 2022
1 parent f5ee8bc commit e2985ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ services:
working_dir: /data/app/rdrf/rdrf/frontend
command: build
environment:
YARN_CACHE_FOLDER: /opt/yarn_cache
YARN_CACHE_FOLDER: /data/yarn_cache
volumes:
- ./build:/data
- ./yarn_cache:/opt/yarn_cache
- ./yarn_cache:/data/yarn_cache


dev:
Expand Down

0 comments on commit e2985ec

Please sign in to comment.