Override to default entry point in apex-pdp 49/119649/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 23 Mar 2021 17:03:52 +0000 (13:03 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 23 Mar 2021 19:20:39 +0000 (15:20 -0400)
Overriding to default entry point (/bin/sh) in apex-pdp docker file to support stand alone installations of docker image.

Issue-ID: POLICY-3062
Change-Id: I100674cedf78f7221128bc87dd562835f297e0dd
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
packages/apex-pdp-docker/src/main/docker/Dockerfile

index 770b337..e1f28eb 100644 (file)
@@ -54,3 +54,4 @@ RUN tar xvfz /packages/apex-pdp-package-full.tar.gz --directory $POLICY_HOME \
 USER apexuser
 ENV PATH $POLICY_HOME/bin:$PATH
 WORKDIR /home/apexuser
+ENTRYPOINT [ "/bin/sh" ]