From ced152417c98e65dbb58931070d4d147567802f2 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 3 Mar 2025 17:55:30 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 95cf4f9..94eff59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -175,6 +175,9 @@ COPY --from=build /etc/timezone /etc/timezone RUN mkdir -p /config \ && chown -R ${PUID}:${PGID} /config +WORKDIR /usr/bin +RUN ln -s /apt/bin/calibredb /usr/bin/calibredb +RUN ln -s /apt/bin/calibre /usr/bin/calibre WORKDIR /app USER ${PUID}:${PGID}