summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-cassandra/Dockerfile
blob: 976a46aaaba247df53a71e5143f9435243f0f18b (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM onap/base_sdc-cassandra:1.3.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" ]