Fork me on GitHub
#docker
<
2020-07-20
>
mikeb00:07:22

In past I've just built an uberjar and ran inside of docker. I'm wondering has anyone tried to do a multi layer docker image where dependencies(which change rarely) are put in one layer, and a bare clojure jar put into it's own layer? (The goal being smaller image size on application updates)

kwladyka06:07:22

yes, it works in really common way like always