Skip to content

Instantly share code, notes, and snippets.

@lgazo
Created June 24, 2015 06:55
Show Gist options
  • Save lgazo/54ced7dfed553aad41d2 to your computer and use it in GitHub Desktop.
Save lgazo/54ced7dfed553aad41d2 to your computer and use it in GitHub Desktop.
seges nginx consul template data image
FROM ubuntu:trusty
VOLUME /etc/consul-template/templates
VOLUME /etc/consul-template/conf
COPY conf/* /etc/consul-template/conf/
COPY templates/* /etc/consul-template/templates/
CMD tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment