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}