Created
November 29, 2014 07:26
-
-
Save sauthieg/4ea089e1b50532e41c87 to your computer and use it in GitHub Desktop.
Prototype of OpenIG 3.1 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:8 | |
RUN rm -rf $CATALINA_HOME/webapps/* | |
RUN curl -SL http://download.forgerock.org/downloads/openig/nightly/OpenIG-3.1.0-SNAPSHOT.war -o $CATALINA_HOME/webapps/ROOT.war |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment