Merge pull request #4768 from influxdata/fixes/nightly-dockerfile
Update dockerfile for protoboardspull/4772/head
commit
ee57435306
|
@ -8,6 +8,7 @@
|
|||
|
||||
1. [#4758](https://github.com/influxdata/chronograf/pull/4758): Fix empty graph on alert rule creation page
|
||||
1. [#4764](https://github.com/influxdata/chronograf/pull/4764): Add protoboard environment variables to build scripts
|
||||
1. [#4768](https://github.com/influxdata/chronograf/pull/4768): Update dockerfile to include protoboards
|
||||
|
||||
## v1.7.0 [2018-11-06]
|
||||
|
||||
|
|
|
@ -7,10 +7,11 @@ RUN apk add --update ca-certificates && \
|
|||
ADD chronograf /usr/bin/chronograf
|
||||
ADD chronoctl /usr/bin/chronoctl
|
||||
ADD canned/*.json /usr/share/chronograf/canned/
|
||||
ADD protoboards/*.json /usr/share/chronograf/protoboards/
|
||||
ADD LICENSE /usr/share/chronograf/LICENSE
|
||||
ADD agpl-3.0.md /usr/share/chronograf/agpl-3.0.md
|
||||
|
||||
EXPOSE 8888
|
||||
VOLUME ["/usr/share/chronograf", "/var/lib/chronograf"]
|
||||
|
||||
CMD ["/usr/bin/chronograf", "-b", "/var/lib/chronograf/chronograf-v1.db", "-c", "/usr/share/chronograf/canned"]
|
||||
CMD ["/usr/bin/chronograf", "-b", "/var/lib/chronograf/chronograf-v1.db", "-c", "/usr/share/chronograf/canned", "/usr/share/chronograf/protoboards"]
|
||||
|
|
Loading…
Reference in New Issue