diff --git a/sail.md b/sail.md index b059ce6de6a..9890804ed1c 100644 --- a/sail.md +++ b/sail.md @@ -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 \