aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 2 insertions, 3 deletions
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