Skip to content

Commit 9cffa94

Browse files
committed
Adjust command
1 parent b651c4c commit 9cffa94

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ cp .env.example .env
4444

4545
docker run --rm \
4646
-u "$(id -u):$(id -g)" \
47-
-v "$(pwd):/var/www/html" \
48-
-w /var/www/html \
49-
laravelsail/php84-composer:latest \
47+
-v "$(pwd):/app" \
48+
-w /app \
49+
composer:latest \
5050
composer install --ignore-platform-reqs
5151

5252
vendor/bin/sail npm install

0 commit comments

Comments
 (0)