Created
July 22, 2015 17:58
-
-
Save andresriancho/36b0e37940a37c85310d to your computer and use it in GitHub Desktop.
WAVSEP Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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