ソースを参照

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