Skip to content

Instantly share code, notes, and snippets.

@micmro
Last active February 12, 2016 07:24
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 micmro/1cb2c87498a956dd8f99 to your computer and use it in GitHub Desktop.
Save micmro/1cb2c87498a956dd8f99 to your computer and use it in GitHub Desktop.
WSO2 Identity Server 5.1 Dockerfile
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