From ec3bce5731ee49e02f9fd4787dbc18744c5b28eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 25 Mar 2025 02:01:45 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65c52bc48..09ed53399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,4 @@ HEALTHCHECK --interval=1m CMD /etc/scripts/healthcheck.sh # Deluge Deamon and web EXPOSE 8112 58846 -CMD ["/usr/local/bin/dumb-init", "/etc/openvpn/init.sh"] +CMD ["/usr/bin/dumb-init", "/etc/openvpn/init.sh"]