Created
May 14, 2015 10:17
-
-
Save mithrandi/3e16ea08bea3ab221137 to your computer and use it in GitHub Desktop.
Halcyon-on-Heroku dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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