summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Dockerfile
diff options
context:
space:
mode:
authorAndyWalshe <andy.walshe@est.tech>2020-02-13 12:55:49 +0000
committerAndyWalshe <andy.walshe@est.tech>2020-02-21 09:36:48 +0000
commitde549f5f1bb3e0a6f94e9755ae0800b469114113 (patch)
tree4a181006669fb8a9179563aee2d3f91ac0593511 /components/pm-subscription-handler/Dockerfile
parent06d595819918da57b6ce3ffeb9346c7913f2c66b (diff)
Add basic healthcheck for PMSH
Signed-off-by: AndyWalshe <andy.walshe@est.tech> Issue-ID: DCAEGEN2-1842 Change-Id: Idef8542e9b063f457e402c25fdf369d885548674
Diffstat (limited to 'components/pm-subscription-handler/Dockerfile')
-rw-r--r--components/pm-subscription-handler/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/Dockerfile b/components/pm-subscription-handler/Dockerfile
index b1f3129b..8eed60b3 100644
--- a/components/pm-subscription-handler/Dockerfile
+++ b/components/pm-subscription-handler/Dockerfile
@@ -51,4 +51,4 @@ RUN pip install --upgrade pip && \
USER $PMSHUSER
# run the app
-ENTRYPOINT ["python", "./bin/pmsh_service.py"] \ No newline at end of file
+ENTRYPOINT ["python", "./bin/pmsh_service_main.py"] \ No newline at end of file