Skip to content

Instantly share code, notes, and snippets.

@bsless
Last active September 3, 2020 08:15
Show Gist options
  • Select an option

  • Save bsless/330d83b38add08f92e687bb62ff4b1c0 to your computer and use it in GitHub Desktop.

Select an option

Save bsless/330d83b38add08f92e687bb62ff4b1c0 to your computer and use it in GitHub Desktop.
Dockerized lein uberjar
# This is just a contrived example
sudo docker run -e "TOKEN=$TOKEN" --rm -v "$PWD":/usr/src/app -w /usr/src/app clojure:openjdk-14-lein-2.9.3 lein do clean, test, uberjar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment