From 6bd5a574d96e352ba252f8242364057d787e6ed4 Mon Sep 17 00:00:00 2001 From: jfederico Date: Tue, 11 Feb 2020 15:13:31 -0500 Subject: Updates for multiple entrypoints to same image --- scalelite/bin/start-poller | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scalelite/bin/start-poller (limited to 'scalelite/bin/start-poller') diff --git a/scalelite/bin/start-poller b/scalelite/bin/start-poller new file mode 100755 index 0000000..608e81c --- /dev/null +++ b/scalelite/bin/start-poller @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Poller is starting..." +exec tini -- bundle exec rake poll["$INTERVAL"] +#tail -f /dev/null -- cgit v1.2.3