Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Created May 14, 2015 10:17
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 mithrandi/3e16ea08bea3ab221137 to your computer and use it in GitHub Desktop.
Save mithrandi/3e16ea08bea3ab221137 to your computer and use it in GitHub Desktop.
Halcyon-on-Heroku dockerfile
FROM heroku/cedar:14
MAINTAINER Tristan Seligmann <mithrandi@mithrandi.net>
ENV HALCYON_NO_SELF_UPDATE=1
RUN ["git", "clone", "-b", "v1.0.5", "https://github.com/mietek/halcyon.git", "/halcyon"]
RUN ["/halcyon/halcyon", "paths"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment