Skip to content

Instantly share code, notes, and snippets.

@cesdaile
Created August 6, 2015 21:42
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 cesdaile/5799724aa3380523867c to your computer and use it in GitHub Desktop.
Save cesdaile/5799724aa3380523867c to your computer and use it in GitHub Desktop.
Dockerfile for Stormpath Active Directory / LDAP Agent (cesdaile/stormpath-agent)
FROM java:8
MAINTAINER Cam Esdaile "cesdaile@gmail.com"
ADD . /opt/stormpath/agent
WORKDIR /opt/stormpath/agent/
CMD /opt/stormpath/agent/bin/startup.sh && tail -f /opt/stormpath/agent/logs/catalina.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment