aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 6c8e67c..dd687c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ WORKDIR ${APPDIR}
#ADD . /tmp
#RUN mkdir /tmp/config
-EXPOSE 10001
+EXPOSE 10002
COPY ./miss_htbt_service/ ./bin/
COPY ./etc/ ./etc/
@@ -20,7 +20,7 @@ COPY requirements.txt ./
COPY setup.py ./
#need pip > 8 to have internal pypi repo in requirements.txt
-RUN pip install --upgrade pip
+RUN pip install --upgrade pip
#do the install
#WORKDIR /tmp
RUN pip install pyyaml --upgrade