aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-23 16:41:06 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-23 17:36:12 -0400
commit77248eb6d83ac2a124b273874a6c036ff6332721 (patch)
tree4195201bf2d0736cc48f195855ae50ea6f90c668 /pom.xml
parentcd8b14b63381111b4432689e78935ae8c2c6f083 (diff)
replace ENTRYPOINT
Replace ENTRYPOINT in base image with the shell command previously used. Issue-ID: DCAEGEN2-2330 Change-Id: I15105bc40063f6a644233489f66c65248ca77e84 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 04dde26..9f218fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,8 +226,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<user>onap</user>
<!-- NOTE: Couldn't figure out how to package the jar to be named: ${project.build.finalName}. This might be
because of the clojure maven plugin -->
- <entrypoint></entrypoint>
- <cmd>["/opt/sch.sh"]</cmd>
+ <entryPoint>["/bin/sh", "-c", "/opt/sch.sh"]</entryPoint>
<!-- copy the service's jar file from target into the root directory of the image -->
<resources>
<resource>