Last active
September 3, 2020 08:15
-
-
Save bsless/330d83b38add08f92e687bb62ff4b1c0 to your computer and use it in GitHub Desktop.
Dockerized lein uberjar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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