From 46498c74cdc167bf70e2dd4897893bbaa24840f1 Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 15 May 2023 18:04:17 +0200 Subject: [PATCH] suppression du contenu de src/ avant installation de bedrock --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e6b2142..23b6ab3 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ build_stack: docker-compose up -d build_bedrock: + rm -rf /src/* && \ docker exec -it -u root php-fpm sh -c \ "chown -R 1000:1000 /app/public && \ npm install --global yarn && \