diff options
author | SrikanthNaidu <sn8492@att.com> | 2018-12-10 21:46:40 +0530 |
---|---|---|
committer | SrikanthNaidu <sn8492@att.com> | 2018-12-12 18:45:52 +0530 |
commit | 20110ffeb5071193e7b437e797636d9d6318dcd4 (patch) | |
tree | ebd4e64715f4cafc7261b2eff9990e4faa53d050 /Dockerfile | |
parent | 5712f01385eaa05178279aa7e730b3bdde3d1b80 (diff) |
Heartbeat Microservice Support
Heartbeat service monitors missing HB notification
Issue-ID: DCAEGEN2-267
Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9
Signed-off-by: SrikanthNaidu <sn8492@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |