docker

mikeb 2020-07-20T00:23:22.120200Z

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)

kwladyka 2020-07-20T06:19:22.120300Z

yes, it works in really common way like always