Skip to content

Commit 0fb9e12

Browse files
authored
Resolve issue with vendor folder permissions (#6965)
Resolve issue with vendor folder permissions for existing application. Currently the vendor folder is created under the root user. Fixed it to install under the current system user
1 parent d5c7371 commit 0fb9e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sail.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ You may install the application's dependencies by navigating to the application'
141141

142142
```nothing
143143
docker run --rm \
144+
-u "$(id -u):$(id -g)" \
144145
-v $(pwd):/opt \
145146
-w /opt \
146147
laravelsail/php80-composer:latest \

0 commit comments

Comments
 (0)