mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Added vagrant support
This commit is contained in:
5
Vagrantfile
vendored
Normal file
5
Vagrantfile
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.provision :shell, path: "bootstrap.sh"
|
||||
config.vm.network "forwarded_port", guest: 4567, host: 4567
|
||||
end
|
||||
Reference in New Issue
Block a user