🐳 Improve devenv and build steps (jvm-opts and upgrades).

This commit is contained in:
Andrey Antukh 2019-12-18 10:54:28 +01:00
parent 009a626419
commit df03b03818
9 changed files with 24 additions and 13 deletions

View file

@ -8,7 +8,6 @@ if [ ! -e ~/local/.fixtures-loaded ]; then
touch ~/local/.fixtures-loaded
fi
clojure -J-XX:-OmitStackTraceInFastThrow -m uxbox.main
clojure ${CLOJURE_OPTS} -m uxbox.main

5
backend/bin/start-prod Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
clojure ${CLOJURE_OPTIONS} -m uxbox.main