Actualiser Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m9s

This commit is contained in:
2025-03-03 17:55:30 +01:00
parent 1124665588
commit ced152417c

View File

@@ -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}