blob: ab2e0bd53588f294d17f602812f19f4d0c2b6994 [file] [log] [blame]
Yuli Shlosbergb96e0da2018-07-08 11:50:54 +03001FROM onap/base_sdc-cqlsh:1.4.0-SNAPSHOT-latest
Yuli Shlosberg0875ce02018-01-25 13:53:36 +02002
3COPY chef-solo /root/chef-solo/
4
5COPY chef-repo/cookbooks /root/chef-solo/cookbooks/
6
7COPY startup.sh /root/
8
9RUN chmod 770 /root/startup.sh
10
11ENTRYPOINT [ "/root/startup.sh" ]
12