Browse Source

Sync folders on the vagrant machine

pull/1338/head
Kevin Jing Qiu 7 years ago
parent
commit
3e97299a46
1 changed files with 4 additions and 0 deletions
  1. 4
      Vagrantfile

4
Vagrantfile

@ -100,6 +100,10 @@ Vagrant.configure("2") do |config|
end
end
$shared_folders.each do |src, dst|
config.vm.synced_folder src, dst
end
config.vm.provider :virtualbox do |vb|
vb.gui = $vm_gui
vb.memory = $vm_memory

Loading…
Cancel
Save