Skip to content

metosin/packaging-clojure-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packaging Clojure for Production

Companion repo for this blog post

All the examples have the same resources/ and src/, only the tool configurations (project.clj, deps.edn, Dockerfile, shadow-cljs.edn, ...) vary.

Contents:

  • deps-docker/ – a deps.edn project packaged directly into a docker image, no uberjar
  • deps-uberjar/ - a deps.edn project that builds an uberjar, optionally packagint it inside a docker image
  • lein/ – a Leiningen project that builds an uberjar, optionally packaging it inside a docker image

About

Packaging a full-stack Clojure web app for production

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •