3 lines
98 B
Docker
3 lines
98 B
Docker
FROM cassandra
|
|
COPY docker/db/cassandra-init.sh /cassandra-init.sh
|
|
RUN chmod +x /cassandra-init.sh |