commit | d86d96d26c7c208693a4357e5717ae874caeb795 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 01 17:28:46 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 01 17:28:46 2016 -0700 |
tree | 1d86967a0cd4bfb17249d46dd62e74e5c0b0d441 | |
parent | f0da8734beea2c4981a26888df68dd2be58dab63 [diff] [blame] |
update to build the correct container and also fix a few bugs
diff --git a/provisioner/Dockerfile b/provisioner/Dockerfile index 478bff8..a193758 100644 --- a/provisioner/Dockerfile +++ b/provisioner/Dockerfile
@@ -41,4 +41,4 @@ WORKDIR $GOPATH RUN go install github.com/ciena/cord-provisioner -ENTRYPOINT ["$GOPATH/bin/cord-provisioner"] +ENTRYPOINT ["/go/bin/cord-provisioner"]