diff options
author | luxin <luxin7@huawei.com> | 2018-03-26 15:29:54 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2018-03-26 15:29:54 +0800 |
commit | e64b2d1e4820b7dee01981782bb07e49a35236a1 (patch) | |
tree | b131ab65156980414e3b673679713a1143cc066f | |
parent | fc5a81bfb03847e6fac3ad69a12fdead765ed968 (diff) |
Modify repo in Dockerfile
Change-Id: I171f8b19fe02537828bbc82ee4d3f45ef50389b8
Issue-ID: VFC-847
Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r-- | ResmanagementService/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ResmanagementService/docker/Dockerfile b/ResmanagementService/docker/Dockerfile index 1f40cc3..6624723 100644 --- a/ResmanagementService/docker/Dockerfile +++ b/ResmanagementService/docker/Dockerfile @@ -37,7 +37,7 @@ ENV CATALINA_HOME /service # Set up microservice -RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip +RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip # Set permissions RUN find . -type d -exec chmod o-w {} \; RUN find . -name "*.sh" -exec chmod +x {} \; |