Skip to content

Instantly share code, notes, and snippets.

@jmingtan
Created February 21, 2015 17:16
Show Gist options
  • Save jmingtan/e82096b7927c4f49ecb3 to your computer and use it in GitHub Desktop.
Save jmingtan/e82096b7927c4f49ecb3 to your computer and use it in GitHub Desktop.
Dockerfile for Boot (http://boot-clj.com/)
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