bug fixes
Change-Id: Ie29671901d49038dc1ae1915cddef21d2b6479fc
(cherry picked from commit 0e64b59b2e1cc82e72f853bcbc94987de23a9ea7)
diff --git a/config-generator/Dockerfile b/config-generator/Dockerfile
index 538ed40..0aa2d4d 100644
--- a/config-generator/Dockerfile
+++ b/config-generator/Dockerfile
@@ -31,10 +31,10 @@
RUN go install gerrit.opencord.org/maas/config-generator
# copy templates to the image
-COPY hosts.tpl /go/bin/
-COPY links.tpl /go/bin/
-COPY ports.tpl /go/bin/
-COPY devices.tpl /go/bin/
+COPY hosts.tpl /go/
+COPY links.tpl /go/
+COPY ports.tpl /go/
+COPY devices.tpl /go/
EXPOSE 1337