mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
update
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user