Updated the sdc cert for ONAP namespace in the kubernetes.
[sdc/dcae-d/dt-be-main.git] / docker / docker_be / Dockerfile
1 FROM onap/base_sdc-jetty:1.4.1
2
3 COPY chef-solo /root/chef-solo/
4
5 COPY chef-repo/cookbooks /root/chef-solo/cookbooks/
6
7 ADD --chown=jetty:jetty target/dcae.war ${JETTY_BASE}/webapps/
8
9 USER root
10
11 RUN apk add --no-cache python
12
13 COPY startup.sh /root/
14
15 RUN chmod 770 /root/startup.sh
16
17 ENTRYPOINT [ "/root/startup.sh" ]