Solr core for the Maryland Maps metadata collection
When making updates to the data or configuration, a new Docker image should be created.
When building the Docker image, the "data.csv" file will be used to populate the Solr database.
To build the Docker image named "solr-mdmap":
> docker build -t solr-mdmap .
To run the freshly built Docker container on port 8983:
> docker run -it --rm -p 8983:8983 solr-mdmap
To build for deployment:
> docker buildx build . --builder=kube -t docker.lib.umd.edu/solr-mdmap:VERSION --push
See the LICENSE file for license rights and limitations.