From ae1bea89430d512754ece2bbbc0de6652c444482 Mon Sep 17 00:00:00 2001 From: sburn Date: Thu, 15 Dec 2022 20:40:18 +0300 Subject: [PATCH] Remove entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac22755..e74b4fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,4 +67,4 @@ RUN ./atlas_start.py & \ && ./atlas_stop.py \ && truncate -s0 /apache-atlas/logs/application.log -ENTRYPOINT ["/bin/bash", "-c", "/apache-atlas/bin/atlas_start.py; tail -fF /apache-atlas/logs/application.log"] +CMD ["/bin/bash", "-c", "/apache-atlas/bin/atlas_start.py; tail -fF /apache-atlas/logs/application.log"]