This commit is contained in:
Andros Fenollosa 2024-05-28 22:19:56 +02:00
parent 38cba29735
commit 32036bfdc0

View File

@ -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