Skip to content

Commit 7181650

Browse files
authored
Merge pull request Aspen-Discovery#1753 from thekesolutions/solr_8-11_github
Path has been fixed
2 parents 09224aa + d97e9b1 commit 7181650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/solr/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV SOLR_HOME=$SOLR_INSTALL_DIR/server/solr
1919
RUN usermod -d $SOLR_HOME ${SOLR_USER}
2020

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

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

0 commit comments

Comments
 (0)