Skip to content

Instantly share code, notes, and snippets.

@jermnelson
Created July 7, 2015 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jermnelson/a32d640f80d5a72900f5 to your computer and use it in GitHub Desktop.
Save jermnelson/a32d640f80d5a72900f5 to your computer and use it in GitHub Desktop.
Adds Elasticsearch war to Docker image, source for default image of jermnelson/semantic-server-base
FROM jermnelson/semantic-server-core
MAINTAINER "Jeremy Nelson <jermnelson@gmail.com>"
# $CATALINE_HOME is defined in source image
COPY webapps/elasticsearch.war $CATALINA_HOME/webapps/elasticsearch.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment