Created
March 23, 2023 19:16
-
-
Save deevensaam/15934f5aa9f8690f3370ca33bb64cf21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM solr:6.6.6 | |
RUN precreate-core core1 | |
RUN rm -rf /opt/solr/server/solr/mycores/core1/conf/managed-scehma | |
RUN rm -rf /opt/solr/server/solr/configsets/basic_configs/conf/managed-schema | |
COPY managed-schema /opt/solr/server/solr/configsets/basic_configs/conf/ | |
COPY managed-schema /opt/solr/server/solr/mycores/core1/conf/ | |
COPY schema.xml /opt/solr/server/solr/mycores/core1/conf/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment