From a955c00dbd4b7df6f8afbc1a3f89092600088aea Mon Sep 17 00:00:00 2001 From: partly-igor Date: Wed, 25 Sep 2024 14:36:17 -0400 Subject: [PATCH] Remove fix permissions recipe Co-authored-by: Eric Gade --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3f4e06794..19530d2e3 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ update-translations: docker compose exec drupal drush locale:update docker compose exec drupal drush cache:rebuild -zap: update-settings zap-containers rebuild pause install-site load-spatial fix-permissions ## Delete the entire Docker environment and start from scratch. +zap: update-settings zap-containers rebuild pause install-site load-spatial ## Delete the entire Docker environment and start from scratch. zap-containers: docker compose stop docker compose rm -f @@ -186,7 +186,3 @@ ci: composer-install composer-install: ## Installs dependencies from lock file docker compose exec drupal composer install -### Fix file permissions -fix-permissions: ## Updates owner in docker and mod in local - docker compose exec drupal chown -R www-data:www-data web/sites web/modules web/themes - chmod -R ug+rwx web/sites web/modules web/themes