Sfoglia il codice sorgente

Move .vscode directory over to src/ directory during install

Mark Shust 4 anni fa
parent
commit
846d02c12c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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