uclibs / uc_drc

DRC migration planning and work
Other
0 stars 0 forks source link

consolidate solr config #110

Closed crowesn closed 3 years ago

crowesn commented 3 years ago

Fixes #96

Consolidate solr configuration. The docker build previously had it's own standalone solr configuration kept in /docker/solr/ while the app also has a solr config in /solr.

This change consolidates to the root solr config by using the root solr config. Docker prevents building outside of context so we had to move the Dockerfile to the root solr directory.

Changes proposed in this pull request: