From a46e58b8a36776a11dfadee396b86d6de0abb1d6 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 9 Sep 2023 19:45:46 +0200 Subject: [PATCH] Restore --- zoneminder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index 923b3545d..515d0d996 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -76,8 +76,8 @@ RUN \ for shebang in "/command/with-contenv bashio" "/usr/bin/env bashio" "/usr/bin/bashio" "/bin/bash" "/bin/sh"; do if [ -f "${shebang%% *}" ]; then break; fi; done; sed -i "s|/command/with-contenv bashio|$shebang|g" /ha_entrypoint.sh -ENTRYPOINT [ "/ha_entrypoint.sh" ] -#CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] ############ # 5 Labels #