Sync directory and add python3
Co-authored-by: Chris Gora <34940205+ChrisGora@users.noreply.github.com> Co-authored-by: jack bond-preston <jackbondpreston@outlook.com>
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -1,4 +1,5 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "generic/ubuntu1804"
|
||||
config.vm.provision "shell", path: "init.sh"
|
||||
config.vm.synced_folder "./", "/home/vagrant/cw"
|
||||
end
|
||||
|
Reference in New Issue
Block a user