diff options
author | Ruan HE <ruan.he@orange.com> | 2017-11-06 14:56:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-06 14:56:49 +0000 |
commit | 74ff24e175fdb7c83f7f0dad2db68be3bf47a843 (patch) | |
tree | 76494a8028c1cd257b5ccc22f8b964edc5c0e125 /moonv4/moon_manager/Dockerfile | |
parent | 0839f5041d1ffa95959034032f93e2d56f838fcf (diff) | |
parent | 9519d179cda8734fa0890d136c4bd2019bb7ddc4 (diff) |
Merge "Fix the bug on the connection between interface and authz."
Diffstat (limited to 'moonv4/moon_manager/Dockerfile')
-rw-r--r-- | moonv4/moon_manager/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moonv4/moon_manager/Dockerfile b/moonv4/moon_manager/Dockerfile index 17bee16a..873e3aa2 100644 --- a/moonv4/moon_manager/Dockerfile +++ b/moonv4/moon_manager/Dockerfile @@ -6,7 +6,7 @@ RUN pip3 install pip --upgrade ADD . /root WORKDIR /root/ RUN pip3 install -r requirements.txt -RUN pip3 install /root/dist/* --upgrade +#RUN pip3 install /root/dist/* --upgrade RUN pip3 install . CMD ["python3", "-m", "moon_manager"]
\ No newline at end of file |