This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch replaceTailDockerProcess
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/replaceTailDockerProcess by
this push:
new 92c641f UNOMI-511: replace tail usage to run karaf process in docker
instance by karaf process itself
92c641f is described below
commit 92c641f61cd951ece06936184946e15d4f59d1c8
Author: Kevan <[email protected]>
AuthorDate: Tue Jan 25 16:09:27 2022 +0100
UNOMI-511: replace tail usage to run karaf process in docker instance by
karaf process itself
---
docker/src/main/docker/entrypoint.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/src/main/docker/entrypoint.sh
b/docker/src/main/docker/entrypoint.sh
index 82b2a97..9db9246 100755
--- a/docker/src/main/docker/entrypoint.sh
+++ b/docker/src/main/docker/entrypoint.sh
@@ -33,5 +33,5 @@ until ([ "$health_check" = 'yellow' ] || [ "$health_check" =
'green' ]); do
sleep 1
done
-# Run Unomi in current bash session, if jCustomer crash or shutdown the
container will stop
+# Run Unomi in current bash session, if Unomi crash or shutdown the container
will stop
$UNOMI_HOME/bin/karaf run
\ No newline at end of file