Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Created May 14, 2015 10:17
Show Gist options
  • 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 <[email protected]>
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