blob: 587baec46ed8ca7e545da2a60f083f75b436a998 [file] [log] [blame]
Michael Lando921360a2018-04-28 07:24:43 +03001FROM onap/base_sdc-cqlsh:1.3.0
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