aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend-init/Dockerfile
blob: 8b1a2e60ea1cb1f82ef1f157f7f94c6ec2465df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM onap/base_sdc-python:1.4.1

COPY chef-solo /root/chef-solo/

COPY chef-repo/cookbooks /root/chef-solo/cookbooks/

COPY startup.sh /root/

RUN chmod 770 /root/startup.sh

ENTRYPOINT [ "/root/startup.sh" ]