Skip to content
Snippets Groups Projects
Commit 0cf570e7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Configure safe git directories to allow package manager in Drupal

parent 290ff214
No related branches found
No related tags found
1 merge request!124Merging develop into main
Pipeline #1389992 passed
......@@ -10,7 +10,10 @@ commands:
cmd: docker compose build "$@"
usage: Run docker compose build
up:
cmd: docker compose up -d --remove-orphans "$@"
cmd: |
docker compose up -d --remove-orphans "$@"
docker compose -u www-data php git config --global --add safe.directory /var/www/html
docker compose -u www-data php git config --global --add safe.directory /var/www/html/web
usage: Run docker compose up
down:
cmd: docker compose down "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment