From 07c1d54c91fd090c3b8661f615090c626bbe5918 Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 15 May 2023 18:12:19 +0200 Subject: [PATCH] pb d'espaces au lieu de tab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c98d20c..eae29d4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build_stack: docker-compose up -d build_bedrock: - rm -rf ./src/* && \ + rm -rf ./src/* && \ docker exec -it -u root php-fpm sh -c \ "chown -R 1000:1000 /app/public && \ npm install --global yarn && \