From 9519d179cda8734fa0890d136c4bd2019bb7ddc4 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 6 Nov 2017 14:02:18 +0100 Subject: Fix the bug on the connection between interface and authz. Change-Id: Iea2f763fb2cfb90250be76d91cb2fe0e9b481716 --- moonv4/moon_authz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moonv4/moon_authz/Dockerfile') 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 -- cgit 1.2.3-korg