diff --git a/dspace/src/main/docker/dspace-solr/Dockerfile b/dspace/src/main/docker/dspace-solr/Dockerfile index 532f50ea2914..721d4d7a911d 100644 --- a/dspace/src/main/docker/dspace-solr/Dockerfile +++ b/dspace/src/main/docker/dspace-solr/Dockerfile @@ -29,9 +29,9 @@ ENV SOLR_OPTS="-Dsolr.config.lib.enabled=true" \ STATISTICS_CONFIGSET_PATH=/opt/solr/server/solr/configsets/statistics/conf \ QAEVENT_CONFIGSET_PATH=/opt/solr/server/solr/configsets/qaevent/conf \ SUGGESTION_CONFIGSET_PATH=/opt/solr/server/solr/configsets/suggestion/conf \ - AUDIT_CONFIGSET_PATH=/opt/solr/server/solr/configsets/audit/conf + AUDIT_CONFIGSET_PATH=/opt/solr/server/solr/configsets/audit/conf \ DEDUP_CONFIGSET_PATH=/opt/solr/server/solr/configsets/dedup/conf \ - OCR_CONFIGSET_PATH=/opt/solr/server/solr/configsets/ocr/conf \ + OCR_CONFIGSET_PATH=/opt/solr/server/solr/configsets/ocr/conf USER root @@ -59,4 +59,4 @@ COPY --chown=solr:solr ./dspace/solr/suggestion/conf/* $SUGGESTION_CONFIGSET_PAT USER solr -CMD ["solr-foreground"] \ No newline at end of file +CMD ["solr-foreground"]