git.s-ol.nu redirectly / c7577d7
better Dockerfile caching s-ol 1 year, 2 months ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11 ADD https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein /bin/lein
22 RUN apk update && apk add bash openssl
33 RUN /bin/chmod +x /bin/lein && lein
4 COPY project.clj /build/
5 RUN cd /build && lein deps
46 COPY . /build
57 RUN cd /build && lein uberjar
68