WIP Vagrantfile
This commit is contained in:
4
Vagrantfile
vendored
Normal file
4
Vagrantfile
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "generic/ubuntu2004"
|
||||
config.vm.box_version = "3.1.6"
|
||||
end
|
Reference in New Issue
Block a user