Merge pull request #2587 from popey456963/master

Update Vagrantfile
This commit is contained in:
Nick Winter 2015-04-03 11:18:58 -07:00
commit dcdaa1fee3

5
Vagrantfile vendored
View file

@ -6,8 +6,9 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "hashicorp/precise64"
config.vm.box = "ubuntu/trusty64"
config.vm.network "forwarded_port", guest: 3000, host: 3000
config.vm.provision "shell", path: "scripts/vagrant/provision.sh"