From c548ece722a7472cdce738ad7e3a6c7bb38955f0 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 18:40:22 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 3012881..71c0cc1 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -70,7 +70,7 @@ WORKDIR /var/lib/zabbix COPY ["docker-entrypoint.sh", "/usr/bin/"] -ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] +# ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"] USER 1997