Skip to content

Instantly share code, notes, and snippets.

@awgreene
Created March 3, 2018 11:51
Show Gist options
  • Save awgreene/928772120fb3dfcef37c050ee88e90a6 to your computer and use it in GitHub Desktop.
Save awgreene/928772120fb3dfcef37c050ee88e90a6 to your computer and use it in GitHub Desktop.
FROM cassandra:3.11
LABEL maintainer="awgreene"
ADD ./scripts ./scripts
CMD ["./scripts/cassandraInitKeyspace.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment