From 3e9079343c5135324c8f3d62aa9cf777519a1fe8 Mon Sep 17 00:00:00 2001
From: Scott Stroud <sstroud@confluent.io>
Date: Mon, 17 Jul 2023 13:03:58 -0600
Subject: [PATCH] merge of merge

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 7f4126a..2884f7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,6 +30,8 @@ RUN echo "===> Dependency update" \
         && yum clean all \
         && rm -rf /tmp/* /var/cache/dnf
 
+ENTRYPOINT ["/opt/manager"]
+
 # Polling period  : 5 seconds
 # Timeout period  : 2 seconds (if the polling does not return within this time, treat as a failed poll)
 # Retry period    : 25 sec (after which container is deemed unhealthy)
-- 
GitLab