Skip to content

Commit

Permalink
Move .vscode directory over to src/ directory during install
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Oct 11, 2020
1 parent fbdc349 commit 846d02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846d02c

Please sign in to comment.