mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-19 11:15:43 +00:00
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM cassandra:4
|
|
|
|
COPY init-cassandra.sh /init-cassandra.sh
|
|
RUN chmod +x init-cassandra.sh
|
|
|
|
CMD ["/init-cassandra.sh"] |