Created
February 21, 2015 17:16
-
-
Save jmingtan/e82096b7927c4f49ecb3 to your computer and use it in GitHub Desktop.
Dockerfile for Boot (http://boot-clj.com/)
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 clojure | |
ENV BOOT_AS_ROOT=yes | |
RUN wget https://github.com/boot-clj/boot/releases/download/2.0.0-rc9/boot.sh | |
RUN mv boot.sh boot && chmod a+x boot && mv boot /usr/local/bin | |
RUN boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment