mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
commit
dcdaa1fee3
1 changed files with 3 additions and 2 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -6,7 +6,8 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue