소스 검색

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