From d9cde75dac690d7613f3047b20a94ca4db9586b0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:29:04 +0100 Subject: [PATCH] Update Dockerfile --- linkwarden/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index b6fb0ecce..8df1e6608 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -67,9 +67,9 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. # #WORKDIR / -#ENTRYPOINT [ "/usr/bin/env" ] -#CMD [ "/ha_entrypoint.sh" ] -#SHELL ["/bin/bash", "-o", "pipefail", "-c"] +ENTRYPOINT [ "/usr/bin/env" ] +CMD [ "/ha_entrypoint.sh" ] +SHELL ["/bin/bash", "-o", "pipefail", "-c"] ############ # 5 Labels #