From cea3fe3f9a86aced08e22e6bd31fdd53b6c96fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D1=83=D0=BB=D1=8E=D0=BA=D0=B8=D0=BD=20=D0=92=D1=8F?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Sat, 6 Sep 2025 13:10:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=80=D0=B0=D1=81=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BC=D0=B0=D1=80=D1=88=D1=80=D1=83=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3701561..a712df8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,5 @@ RUN chmod +x /root/connect.sh HEALTHCHECK --start-period=15s --retries=1 \ CMD pgrep openconnect || exit 1; pgrep dnsmasq || exit 1 -CMD ["sh" , "-c", "sh /root/connect.sh -D && ip addr && sh && tail -f /dev/null"] +CMD ["sh" , "-c", "sh /root/connect.sh -D && ip addr && route -n && sh && tail -f /dev/null"]