Skip to content

Commit

Permalink
Resolve issue with vendor folder permissions (laravel#6965)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andriichuk authored Apr 2, 2021
1 parent d5c7371 commit 0fb9e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sail.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ You may install the application's dependencies by navigating to the application'

```nothing
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
laravelsail/php80-composer:latest \
Expand Down

0 comments on commit 0fb9e12

Please sign in to comment.