blob: 83ab4869c35afd7dee1118b128fd7399c7c2fd56 [file] [log] [blame]
Yuli Shlosbergb96e0da2018-07-08 11:50:54 +03001FROM onap/base_sdc-cqlsh:1.4.0-SNAPSHOT-latest
Avi Zivc175a0d2018-03-15 13:21:44 +02002
3COPY init_keyspaces.cql /root/
4
5COPY init_schemas.cql /root/
6
7COPY startup.sh /root/
8
9RUN chmod 770 /root/startup.sh
10
11ENTRYPOINT [ "/root/startup.sh" ]
12