diff options
Diffstat (limited to 'components/pm-subscription-handler/Dockerfile')
-rw-r--r-- | components/pm-subscription-handler/Dockerfile | 2 |
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 |