From 8626b445226cd5e29a998d80d81fa0e6dc369f4b Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 16 May 2023 14:35:19 +0200 Subject: [PATCH] make file --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 16a9495..ad857ec 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ps: logs: docker-compose logs -f -maj_config: crd composer_install updb cim sync_struct cr pag +maj_config: crd composer_install updb cim cr pag #dev.phpmyadmin.rorschach.fr crd: docker exec rorschach-php-1 /bin/bash -c "drush cache-clear drush" @@ -49,8 +49,8 @@ updb: cim: docker exec rorschach-php-1 /bin/bash -c "drush config-import -y" -sync_struct: - docker exec rorschach-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full" +# sync_struct: +# docker exec rorschach-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full" cr: docker exec rorschach-php-1 /bin/bash -c "drush cr" @@ -60,7 +60,7 @@ pag: restart_nginx: docker-compose restart nginx - + restart_php: docker-compose restart php