Change-Id: I3e5c4f0600c527febe49f6b97229d756413e2f74
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-623
<runs>
<run>chmod +x bin/*.sh</run> <!-- Maven is loosing file permissions during artifacts copy -->
<run>
- <![CDATA[apt-get update && apt-get install -y --no-install-recommends logrotate && apt-get clean all]]>
+ <![CDATA[apt-get update && apt-get install -y --no-install-recommends logrotate && apt-get install -y procps && apt-get install -y vim && apt-get clean all]]>
</run>
<run>chmod 0644 etc/logrotate.conf</run>
</runs>
<expose>8080</expose>
<expose>8443</expose>
</exposes>
- <cmd>bin/docker-entry.sh</cmd>
+ <entryPoint>bin/docker-entry.sh</entryPoint>
</configuration>
<executions>