mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Update Vagrantfile
This commit is contained in:
parent
8d35cea21f
commit
88a2cbeef6
1 changed files with 5 additions and 0 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -6,6 +6,11 @@
|
|||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
vb.gui = true
|
||||
end
|
||||
|
||||
config.vm.box = "hashicorp/precise64"
|
||||
|
||||
config.vm.network "forwarded_port", guest: 3000, host: 3000
|
||||
|
|
Loading…
Reference in a new issue