Skip to content

Commit

Permalink
Fixing erroneous config variable name and also adding the ngix user t…
Browse files Browse the repository at this point in the history
…o the jwt group on hypercube (#152)
  • Loading branch information
dannylamb authored Jul 9, 2021
1 parent 384e0a4 commit 060e82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<cm:property-placeholder id="properties" persistent-id="ca.islandora.alpaca.connector.ocr" update-strategy="reload" >
<cm:default-properties>
<cm:property name="error.maxRedeliveries" value="{{ getenv "ALPACA_OCR_SERVICE" }}"/>
<cm:property name="error.maxRedeliveries" value="{{ getenv "ALPACA_OCR_REDELIVERIES" }}"/>
<cm:property name="in.stream" value="{{ getenv "ALPACA_OCR_QUEUE" }}"/>
<cm:property name="derivative.service.url" value="{{ getenv "ALPACA_OCR_SERVICE" }}"/>
</cm:default-properties>
Expand Down
1 change: 1 addition & 0 deletions hypercube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca
tesseract-ocr-data-jpn \
tesseract-ocr-data-rus \
&& \
addgroup nginx jwt && \
cleanup.sh

ENV \
Expand Down

0 comments on commit 060e82a

Please sign in to comment.