leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Franco Gasperino 2021-05-17T16:05:52.109500Z

Thank you

2021-05-17T16:42:00.109700Z

there are containers designed for this - I tend to avoid it outside the specific case of CI / build cluster setup, because an uberjar plus java plus clojure.main as an entry point gives great flexibility, with smaller startup and a smaller image size I use lein to build the uberjar, then put the ubarjar plus a jvm (no jdk needed) in a container

2021-05-17T16:43:04.109900Z

for starters, using lein inside a docker container to run an app means running a build tool inside your prod server, which is "unhygeinic"