commit | 539a0417d5b1f8989946794d2336891177b832c7 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Nov 09 06:33:52 2016 -0800 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Nov 09 06:33:52 2016 -0800 |
tree | 8853a49492bc8b34c10f0bfc5fea2aec918cc106 | |
parent | c04fd5570d6be43e7bba36d332c450e930038eaa [diff] [blame] |
CORD-313 add a forgotten dependency Change-Id: I776fa13930803270a47b213eb8e295b299b8c6e1
diff --git a/config-generator/Dockerfile b/config-generator/Dockerfile index d60f34f..bd38703 100644 --- a/config-generator/Dockerfile +++ b/config-generator/Dockerfile
@@ -31,10 +31,7 @@ RUN go install gerrit.opencord.org/maas/config-generator # copy templates to the image -COPY hosts.tpl /go/ -COPY links.tpl /go/ -COPY ports.tpl /go/ -COPY devices.tpl /go/ +COPY netconfig.tpl /go/ EXPOSE 1337