Last active
February 12, 2016 07:24
-
-
Save micmro/1cb2c87498a956dd8f99 to your computer and use it in GitHub Desktop.
WSO2 Identity Server 5.1 Dockerfile
This file contains 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 clifton/oracle-java8 | |
COPY /wso2is-5.1.0 /opt/wso2is | |
EXPOSE 9443 | |
CMD ["/opt/wso2is/bin/wso2server.sh"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment