528c3bf42d50df66bbd845a1e315598143d66693
[music.git] / distribution / cassandra_job / Dockerfile
1 #registry.hub.docker.com/
2 FROM library/cassandra:3.11
3 ENV DEF_USER=cassandra
4 ENV DEF_PASS=cassandra
5 COPY runcql.sh /
6 RUN mkdir -p cql/extra && \
7     chmod 755 runcql.sh && \
8     chown cassandra runcql.sh
9 CMD ["/runcql.sh"]