Skip to content

Instantly share code, notes, and snippets.

@andresriancho
Created July 22, 2015 17:58
Show Gist options
  • Save andresriancho/36b0e37940a37c85310d to your computer and use it in GitHub Desktop.
Save andresriancho/36b0e37940a37c85310d to your computer and use it in GitHub Desktop.
WAVSEP Dockerfile
FROM tomcat:7.0.63-jre8
# Download WAVSEP
WORKDIR /usr/local/tomcat/webapps/
RUN wget https://github.com/sectooladdict/wavsep/archive/wavsep-v1.5-war.zip
RUN mv wavsep-v1.5-war.zip wavsep.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment