Skip to content

Commit

Permalink
Merge pull request Aspen-Discovery#1753 from thekesolutions/solr_8-11…
Browse files Browse the repository at this point in the history
…_github

Path has been fixed
  • Loading branch information
mdnoble73 authored Apr 9, 2024
2 parents 09224aa + d97e9b1 commit 7181650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV SOLR_HOME=$SOLR_INSTALL_DIR/server/solr
RUN usermod -d $SOLR_HOME ${SOLR_USER}

#Copy configset for each core
COPY aspen-discovery/data_dir_setup/solr7/ ${SOLR_HOME}/configsets
COPY data_dir_setup/solr7/ ${SOLR_HOME}/configsets
RUN chown -R ${SOLR_USER}:${SOLR_GROUP} ${SOLR_HOME}/configsets

#Do to solr owner of /var/solr to let this user write on it
Expand Down

0 comments on commit 7181650

Please sign in to comment.