aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.web
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-07-08 23:45:44 -0400
committerxudan <xudan16@huawei.com>2018-07-10 21:25:17 -0400
commit149035093cac02a047aaa0436487ca67e95da0d9 (patch)
treeae9d1f9f2659d8b6ce1397be230167cf84220227 /docker/Dockerfile.web
parentb3e40f026d655501bfa581452c447784604ecb05 (diff)
Update the dockerfile for 2 docker images
1. Update the Dockerfile for 2 docker images 2. Update the docker-compose.yml with the new docker repo JIRA: DOVETAIL-671 Change-Id: Idd0d676568a3aa2a63a1429288f984618281e13a Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docker/Dockerfile.web')
-rw-r--r--docker/Dockerfile.web8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/Dockerfile.web b/docker/Dockerfile.web
index 9f992df..438ada6 100644
--- a/docker/Dockerfile.web
+++ b/docker/Dockerfile.web
@@ -7,7 +7,7 @@
FROM ubuntu:16.04
MAINTAINER Leo Wang <grakiss.wanglei@huawei.com>
-LABEL version="v1" description="CVP nginx"
+LABEL version="v2" description="OVP nginx"
ARG BRANCH=master
@@ -19,14 +19,14 @@ RUN apt-get update
RUN apt-get install -y git nginx supervisor
RUN git config --global http.sslVerify false
-RUN git clone https://gerrit.opnfv.org/gerrit/dovetail.git
+RUN git clone https://gerrit.opnfv.org/gerrit/dovetail-webportal
-WORKDIR /home/dovetail
+WORKDIR /home/dovetail-webportal
RUN git checkout -f $BRANCH
RUN mkdir -p /home/testapi
-RUN cp -rf /home/dovetail/cvp/* /home/testapi
+RUN cp -rf /home/dovetail-webportal/* /home/testapi
RUN mkdir /www
RUN cp -r /home/testapi/3rd_party/static /www/