Dockerfile file 63/111563/1
authorRitu Sood <ritu.sood@intel.com>
Fri, 21 Aug 2020 16:19:48 +0000 (09:19 -0700)
committerRitu Sood <ritu.sood@intel.com>
Fri, 21 Aug 2020 16:20:49 +0000 (09:20 -0700)
Docker build is broken due to recent checkin.
This patch fixes the file paths

Issue-ID: MULTICLOUD-1096
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I522c4bf97896a48987ba9bf455a263a63ca7ed33

build/Dockerfile

index d6fe8b9..ea9b001 100644 (file)
@@ -30,7 +30,7 @@ COPY --chown=emco --from=0 /go/src/github.com/onap/multicloud-k8s/src/rsync/rsyn
 COPY --chown=emco --from=0 /go/src/github.com/onap/multicloud-k8s/src/ovnaction/ovnaction ./
 COPY --chown=emco --from=0 /go/src/github.com/onap/multicloud-k8s/src/clm/clm ./
 COPY --chown=emco --from=0 /go/src/github.com/onap/multicloud-k8s/build/entrypoint ./
-COPY --chown=emco --from=0  /go/src/github.com/onap/multicloud-k8s/src/orchestrator/json-schemas ./
+COPY --chown=emco --from=0  /go/src/github.com/onap/multicloud-k8s/src/orchestrator/api/json-schemas ./json-schemas
 
 USER emco