From fb2397d06c833f3a8939013c775599a6497deae8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:26:29 +0100 Subject: [PATCH] Update Dockerfile --- linkwarden/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index 005039aa6..733a76e3d 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -78,6 +78,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. # Modify .env location RUN sed -i "s|/\.env|/data_linkwarden/\.env|g" /etc/cont-init.d/*.sh +WORKDIR /data_linkwarden ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ] SHELL ["/bin/bash", "-o", "pipefail", "-c"]