From 5a2c655866279df5547c2d8b8159afeceb285ee9 Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Tue, 20 Mar 2018 21:39:55 -0400 Subject: Small pythonic cleanups Change-Id: I6be2306e8f42694e6fa8b1d37a07e48730b505ef Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 35b5d52..7ca987f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,10 @@ MAINTAINER tommy@research.att.com ADD . /tmp -#need pip > 8 to have internal pypi repo in requirements.txt RUN pip install --upgrade pip -#do the install WORKDIR /tmp -RUN pip install -e . +#do the install +RUN pip install . EXPOSE 10000 -- cgit 1.2.3-korg