aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_authz/Dockerfile
diff options
context:
space:
mode:
authorRuan HE <ruan.he@orange.com>2017-11-06 14:56:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-06 14:56:49 +0000
commit74ff24e175fdb7c83f7f0dad2db68be3bf47a843 (patch)
tree76494a8028c1cd257b5ccc22f8b964edc5c0e125 /moonv4/moon_authz/Dockerfile
parent0839f5041d1ffa95959034032f93e2d56f838fcf (diff)
parent9519d179cda8734fa0890d136c4bd2019bb7ddc4 (diff)
Merge "Fix the bug on the connection between interface and authz."
Diffstat (limited to 'moonv4/moon_authz/Dockerfile')
-rw-r--r--moonv4/moon_authz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_authz/Dockerfile b/moonv4/moon_authz/Dockerfile
index 7ab172b0..4189c333 100644
--- a/moonv4/moon_authz/Dockerfile
+++ b/moonv4/moon_authz/Dockerfile
@@ -6,7 +6,7 @@ RUN pip3 install pip --upgrade
ADD . /root
WORKDIR /root/
RUN pip3 install -r requirements.txt --upgrade
-RUN pip3 install /root/dist/* --upgrade
+#RUN pip3 install /root/dist/* --upgrade
RUN pip3 install .
CMD ["python3", "-m", "moon_authz"] \ No newline at end of file