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 && \