Skip to content

Commit

Permalink
rdrf #2260 yarn cache under /frontendbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Nov 3, 2022
1 parent b37949e commit 9dbbf9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: /data/yarn_cache
YARN_CACHE_FOLDER: /frontendbuild/yarn_cache
volumes:
- ./build:/data
- ./yarn_cache:/data/yarn_cache
- ./yarn_cache:/frontendbuild/yarn_cache


dev:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
command: "watch"
working_dir: /app/rdrf/rdrf/frontend
environment:
YARN_CACHE_FOLDER: /data/yarn_cache
YARN_CACHE_FOLDER: /frontendbuild/yarn_cache
volumes:
- ./yarn_cache:/data/yarn_cache
volumes_from:
Expand Down

0 comments on commit 9dbbf9a

Please sign in to comment.