diff options
author | Gokul Singaraju <gs244f@att.com> | 2018-04-19 22:34:23 -0400 |
---|---|---|
committer | Gokul Singaraju <gs244f@att.com> | 2018-04-19 22:37:50 -0400 |
commit | 44089313231b33a65ed5058a5d1c6b1d0637aa38 (patch) | |
tree | daa5a26bc8ebe5f41cec2402f32d6043c9070872 /Dockerfile | |
parent | 042bc21ea4af4c8e5ee4cbbb0e3d0c89a70b7b8e (diff) |
Add healthcheck api
Issue-ID: DCAEGEN2-456
Change-Id: I7455e357e5fb584f644768d33437ef43f53be6e5
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ RUN echo 4.5.6.7 > /tmp/config/pol_ip.txt RUN echo 4567 > /tmp/config/pol_port.txt EXPOSE 10000 -ENV PYTHONPATH /usr/local/lib/python3.6/site-packages +#ENV PYTHONPATH="/usr/local/lib/python3.6:/usr/local/lib/python3.6/site-packages:${PATH}" +#ENV PYTHONPATH="/usr/local/lib/python3.6/site-packages:/usr/local/lib/python3.6" +ENV PYTHONPATH=/usr/local/lib/python3.6/site-packages #CMD run.py #ENTRYPOINT ["/bin/python", "./bin/run.py"] #ENTRYPOINT ["/usr/bin/python","./bin/run.py" ] |