Skip to content

Commit

Permalink
just load all the jars into solr
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jan 26, 2024
1 parent cd5ff76 commit e2a9fb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions biblio/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM solr:8.11.2

COPY --chown=solr:solr lib/lucene-umich-solr-filters-2.1-solr-8.8.2.jar /var/solr/lib/lucene-umich-solr-filters-2.1-solr-8.8.2.jar
COPY --chown=solr:solr lib/solr_analyzed_string-1.0.jar /var/solr/lib/solr_analyzed_string-1.0.jar
COPY --chown=solr:solr lib/library_identifier_solr_filters-0.9.6-solr8.8.2.jar /var/solr/lib/library_identifier_solr_filters-0.9.6-solr8.8.2.jar
COPY --chown=solr:solr lib/*.jar /var/solr/lib/

0 comments on commit e2a9fb7

Please sign in to comment.