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 # ############