From 8384adf74372a53a01a4fd8ae94f507eb3c551ca Mon Sep 17 00:00:00 2001 From: kexkey Date: Mon, 3 Jun 2019 18:04:46 -0400 Subject: [PATCH] Added notifier to docker-build --- docker-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-build.sh b/docker-build.sh index 040c62e..e22ddb7 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -76,6 +76,7 @@ image "gatekeeper" "api_auth_docker/" ${arch_docker} \ && image "proxycron" "cron_docker/" ${arch_docker} \ && image "otsclient" "otsclient_docker/" ${arch_docker} \ && image "proxy" "proxy_docker/" ${arch_docker} \ +&& image "notifier" "notifier_docker/" ${arch_docker} \ && image "pycoin" "pycoin_docker/" ${arch_docker} \ && image "cyphernodeconf" "install/" ${arch_docker} @@ -89,6 +90,7 @@ manifest "gatekeeper" \ && manifest "proxycron" \ && manifest "otsclient" \ && manifest "proxy" \ +&& manifest "notifier" \ && manifest "pycoin" \ && manifest "cyphernodeconf"