From 8a3ca6460e09fa460c6b350464588488bf0af7a3 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 17 Mar 2024 10:00:53 +0100 Subject: [PATCH] update --- linkwarden/Dockerfile | 5 +++-- linkwarden/config.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index a40f3315a..95216c899 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -28,6 +28,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +WORKDIR /linkwarden + # Adapt image RUN \ # Keep data @@ -42,7 +44,7 @@ RUN \ sed -i "s|postgresql|sqlite|g" /linkwarden/prisma/schema.prisma && \ \ # Reinstall app - cd /bitwarden && \ + cd /linkwarden && \ yarn && \ npx playwright install-deps && \ yarn build && \ @@ -85,7 +87,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -WORKDIR /linkwarden ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ] SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/linkwarden/config.json b/linkwarden/config.json index d01bd5189..444863501 100644 --- a/linkwarden/config.json +++ b/linkwarden/config.json @@ -29,6 +29,6 @@ "slug": "linkwarden", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden", - "version": "1.6", + "version": "1.7", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }