Skip to content

Commit 0ae89e5

Browse files
authored
fix: Added no-scripts for create-project command (#103)
1 parent 6f41820 commit 0ae89e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/03_Getting_Started/01_Installation/00_Skeleton_Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GenericDataIndex, StudioBackend, StudioUI, DataHub), so you do not need to insta
99
Create the project using the Pimcore Docker image:
1010

1111
```bash
12-
docker run -u `id -u`:`id -g` --rm -v `pwd`:/var/www/html pimcore/pimcore:php8.5-latest composer create-project pimcore/skeleton my-project
12+
docker run -u `id -u`:`id -g` --rm -v `pwd`:/var/www/html pimcore/pimcore:php8.5-latest composer create-project pimcore/skeleton --no-scripts my-project
1313
```
1414

1515
Switch to the project directory:

0 commit comments

Comments
 (0)