Avi Ziv | c175a0d | 2018-03-15 13:21:44 +0200 | [diff] [blame^] | 1 | FROM onap/base_sdc-cqlsh:1.2.0-SNAPSHOT-latest |
2 | |||||
3 | COPY init_keyspaces.cql /root/ | ||||
4 | |||||
5 | COPY init_schemas.cql /root/ | ||||
6 | |||||
7 | COPY startup.sh /root/ | ||||
8 | |||||
9 | RUN chmod 770 /root/startup.sh | ||||
10 | |||||
11 | ENTRYPOINT [ "/root/startup.sh" ] | ||||
12 |