mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-20 17:39:54 +00:00
added environment variable to set preferred OCRmyPDF version when using docker image
- e.g. `- OCRMYPDF_VERSION=v11.2.1` - default ist `latest`
This commit is contained in:
@ -9,6 +9,8 @@ FROM ${REPO}:base-binaries-${VERSION} as docspell-base-binaries
|
||||
|
||||
FROM ${REPO}:joex-base-${VERSION}
|
||||
|
||||
ENV OCRMYPDF_VERSION=latest
|
||||
|
||||
COPY --from=docspell-base-binaries /opt/docspell-joex /opt/docspell-joex
|
||||
COPY joex-entrypoint.sh /opt/joex-entrypoint.sh
|
||||
|
||||
|
Reference in New Issue
Block a user