diff --git a/Makefile b/Makefile index d47b4c8..e1138b2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .DEFAULT_GOAL := build run: + cd /usr/src/app/ lein uberjar while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done