diff --git a/Vagrantfile b/Vagrantfile index c29957da2..317fd28e8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -34,6 +34,8 @@ Vagrant.configure("2") do |config| v.machine_virtual_size = disk_size end + config.vm.synced_folder ".", "/vagrant", type: "rsync" + config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh' # Disabled by default. To run: