Skip to content

Commit

Permalink
Update Dockerfile to build init-cassandra container
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Dec 3, 2024
1 parent 84d85d5 commit 267889b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

6 changes: 6 additions & 0 deletions init-cassandra.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM cassandra:3.11.14

COPY src/main/resources/init_script.cql ./init.cql

CMD ["cqlsh", "cassandra-explorviz", "-f", "init.cql"]
#CMD ["cqlsh cassandra-explorviz -f init.cql"]

0 comments on commit 267889b

Please sign in to comment.