First go at docker, fixed typo in github action, moved config to env variable

This commit is contained in:
Kiran Shila
2021-08-11 12:49:32 -07:00
parent 84f1ae3764
commit 7c7630300a
4 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
cheshire/cheshire {:mvn/version "5.10.1"}
hato/hato {:mvn/version "0.8.2"}}
:jvm-opts ["-Dconfig=config.edn"]
:aliases {:build {:extra-paths ["build"]
:deps {io.github.clojure/tools.build {:git/tag "v0.1.6" :git/sha "5636e61"}
com.github.seancorfield/depstar {:mvn/version "2.1.278"}}