Kaynağa Gözat

pb ligne rm ./src/

Valentin 1 yıl önce
ebeveyn
işleme
fc3245c242
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

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