Browse Source

suppression du contenu de src/ avant installation de bedrock

Valentin 2 years ago
parent
commit
46498c74cd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
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 && \