We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2663ba8 commit a01e0a4Copy full SHA for a01e0a4
.ddev/config.yaml
@@ -18,6 +18,7 @@ hooks:
18
post-import-db:
19
- exec: drush deploy
20
post-start:
21
+ - exec: git config --global --add safe.directory /var/www/html
22
- exec: ./scripts/install_task_runner.sh
23
- exec: ./scripts/install-nvm.sh
24
- composer: install
0 commit comments