diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-08-21 09:19:48 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2020-08-21 09:20:49 -0700 |
commit | ceebad1bbc9828673082db2db1fa4625637f8ec8 (patch) | |
tree | 232c9ea1b94641cfe0813668e076eaa1c6f192a1 /build | |
parent | a6e596eeef741026704c123eed614f5a0a370fda (diff) |
Dockerfile file
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
Diffstat (limited to 'build')
-rw-r--r-- | build/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Dockerfile b/build/Dockerfile index d6fe8b93..ea9b0014 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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 |