Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
direct electron call
Browse files Browse the repository at this point in the history
changed proxy config path
  • Loading branch information
jensklose committed Aug 17, 2015
1 parent be0af60 commit 927b543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/Vagrantfile.default
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "docker" do |d|
d.run "proxy",
image: "mkodockx/docker-nginx-proxy",
args: "-d -p 4480:80 -p 8443:443 --restart=always -e GLOB_DEFAULT_HOST='" + project + ".dev' -v /vagrant/config/vhosts/:/etc/nginx/vhost.d:ro -v /var/run/docker.sock:/tmp/docker.sock:ro"
args: "-d -p 4480:80 -p 8443:443 --restart=always -e GLOB_DEFAULT_HOST='" + project + ".dev' -v /vagrant/proxy/vhosts/:/etc/nginx/vhost.d:ro -v /var/run/docker.sock:/tmp/docker.sock:ro"
end

config.vm.network "forwarded_port", guest: 2375, host: 2375
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"app-install": "node ./tasks/app_npm_install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
"start": "node ./tasks/start",
"start": "./node_modues/.bin/electron ./app",
"test": ""
}
}

0 comments on commit 927b543

Please sign in to comment.