فهرست منبع

Move .vscode directory over to src/ directory during install

Mark Shust 4 سال پیش
والد
کامیت
846d02c12c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      compose/bin/setup

+ 1 - 0
compose/bin/setup

@@ -10,6 +10,7 @@ sleep 5 #Ensure containers are started...
 
 echo "Copying all files from host to container..."
 rm -rf src/vendor #Clear for step below
+mv .vscode src/
 bin/copytocontainer --all
 
 bin/clinotty chmod u+x bin/magento