We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f778a5b commit 8c01255Copy full SHA for 8c01255
Dockerfile
@@ -39,7 +39,8 @@ ENV CLAMAV_PORT=3310
39
40
# For configuration of islandora_hocr/the Solr Highlighting Plugin.
41
ENV SOLR_HOME=/var/solr/data
42
-ENV SOLR_HOCR_PLUGIN_PATH=${SOLR_HOME}/contrib/ocrhighlighting/lib
+ENV SOLR_INSTALL=/opt/solr
43
+ENV SOLR_HOCR_PLUGIN_PATH=${SOLR_INSTALL}/contrib/ocrhighlighting/lib
44
45
COPY clear-cache /bin/clear-cache
46
0 commit comments