get docker uberjar working
This commit is contained in:
parent
4acc4e2201
commit
c28c398a14
9 changed files with 91 additions and 27 deletions
9
deps.edn
9
deps.edn
|
|
@ -10,6 +10,9 @@
|
|||
org.postgresql/postgresql {:mvn/version "42.7.6"}
|
||||
frontmatter/frontmatter {:mvn/version "0.0.1"}
|
||||
|
||||
;; environment variables
|
||||
environ/environ {:mvn/version "1.2.0"}
|
||||
|
||||
;; schema validation
|
||||
metosin/malli {:mvn/version "0.18.0"}
|
||||
|
||||
|
|
@ -22,7 +25,11 @@
|
|||
;; convenient package of "default" middleware:
|
||||
;; ring/ring-defaults {:mvn/version "0.5.0"}
|
||||
|
||||
org.clojure/clojure {:mvn/version "1.12.1"}}}
|
||||
org.clojure/clojure {:mvn/version "1.12.1"}}
|
||||
:aliases
|
||||
{;; Run with clj -T:build function-in-build
|
||||
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.9" :git/sha "e405aac"}}
|
||||
:ns-default build}}}
|
||||
|
||||
;; :aliases
|
||||
;; {:dev {:extra-deps {com.biffweb/tasks {:git/url "https://github.com/jacobobryant/biff", :git/sha "1570ccc", :git/tag "v1.8.29", :deps/root "libs/tasks"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue