Skip to content

Commit

Permalink
Workaround for yarn cache dir permissions (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Jan 10, 2023
1 parent 5692494 commit 0538b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ services:
- type: bind
source: .
target: /data
# Temporary workaround for permissions issue (yarn cache directory)
tmpfs:
- /.cache:size=256M,uid=33,gid=33,mode=1777
user: '1000' # set this to your user id!
environment:
NAMELESS_HOSTNAME: localhost
Expand Down

0 comments on commit 0538b94

Please sign in to comment.