From 912b2efdad07c85f6a6afee263b2b6d4de23df99 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:44:50 +0100 Subject: [PATCH] Update Dockerfile --- monica/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/monica/Dockerfile b/monica/Dockerfile index 84551374e..45db4cd44 100644 --- a/monica/Dockerfile +++ b/monica/Dockerfile @@ -69,7 +69,6 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. WORKDIR /config ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ] -SHELL ["/bin/bash", "-o", "pipefail", "-c"] ############ # 5 Labels #