From 846d02c12c5af8005fe0cbb0b167b97f501db0c9 Mon Sep 17 00:00:00 2001 From: Mark Shust Date: Sun, 11 Oct 2020 07:49:19 -0400 Subject: [PATCH] Move .vscode directory over to src/ directory during install --- compose/bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/bin/setup b/compose/bin/setup index d824720df..70af24e7b 100755 --- a/compose/bin/setup +++ b/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