From 769e521805ae6f8f363db18caad8f344af1c0c2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:47:59 +0100 Subject: [PATCH] Add entrypoint and command to Dockerfile --- netbird-server/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbird-server/Dockerfile b/netbird-server/Dockerfile index 1f3604b52..e1f1dcf21 100644 --- a/netbird-server/Dockerfile +++ b/netbird-server/Dockerfile @@ -93,6 +93,10 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh +# Entrypoint +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] + ############ # 7 Labels # ############