diff service/reasoning/makefile @ 463:1ceb26846eca

add separate :matchPredicate support. some build and log edits. Ignore-this: acdab8c2859e5f8622b491228d0c74dd
author drewp@bigasterisk.com
date Sat, 20 Apr 2019 23:36:30 -0700
parents 79d041273e26
children
line wrap: on
line diff
--- a/service/reasoning/makefile	Sat Apr 20 23:35:46 2019 -0700
+++ b/service/reasoning/makefile	Sat Apr 20 23:36:30 2019 -0700
@@ -21,3 +21,7 @@
           --net=host \
           ${TAG} \
           python /mnt/${JOB}.py -iro
+
+redeploy: build_image
+	supervisorctl restart $(JOB)_$(PORT)
+