This commit is contained in:
2021-11-10 21:33:04 +01:00
parent acafd67d53
commit eeff27aa53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ d9_pag:
docker exec eql-php-1 /bin/bash -c "drush pag all canonical_entities:node && drush pag all canonical_entities:taxonomy_term"
d9_composer_install:
docker exec eql-php-1 /bin/bash -c "composer install --no-dev"
docker exec eql-php-1 /bin/bash -c "composer install"
down:
docker-compose down