Merge pull request #4 from niryuu/master

fixed path of datapusher
This commit is contained in:
Clément Mouchet 2014-12-09 21:45:29 +00:00
commit 7705f6eeb7
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
d.vagrant_vagrantfile = "#{DOCKER_HOST_VAGRANTFILE}" d.vagrant_vagrantfile = "#{DOCKER_HOST_VAGRANTFILE}"
d.vagrant_machine = "#{DOCKER_HOST_NAME}" d.vagrant_machine = "#{DOCKER_HOST_NAME}"
# Build the container & run it # Build the container & run it
d.build_dir = "_service-provider/datapusher" d.build_dir = "_service-provider/_datapusher"
d.build_args = ["--tag=datapusher"] d.build_args = ["--tag=datapusher"]
d.name = "datapusher" d.name = "datapusher"
d.ports = ["8800:8800"] d.ports = ["8800:8800"]