doc updates. fix docker build.

This commit is contained in:
David Newhall II
2019-06-20 22:59:24 -07:00
parent d7a1b65885
commit 11eda36692
3 changed files with 107 additions and 16 deletions

View File

@@ -24,8 +24,8 @@ before_install:
install:
- rvm 2.0.0 do gem install --no-document fpm
- dep ensure
- docker build -t unifi-poller .
- docker run -d --name unifi-poller unifi-poller | tee docker_id
- make docker
- docker run -d --name unifi-poller golift/unifi-poller | tee docker_id
script:
# Once we figure out how to keep it running we can remove the -a in ps args.
- docker ps -a | grep -q unifi-poller