Skip to content
Snippets Groups Projects
Commit 3b22ca15 authored by Christophe Benz's avatar Christophe Benz
Browse files

Add --debug option to dbnomics-solr

parent ae165212
Branches main
No related tags found
No related merge requests found
...@@ -10,4 +10,4 @@ fi ...@@ -10,4 +10,4 @@ fi
export PROVIDER_DATA_DIR="$(realpath $1)" export PROVIDER_DATA_DIR="$(realpath $1)"
shift shift
docker compose -f compose.yml -f compose.index.yml run --rm --entrypoint "sh -c 'dbnomics-solr index-provider /provider-data $@'" index docker compose -f compose.yml -f compose.index.yml run --rm --entrypoint "sh -c 'dbnomics-solr --debug index-provider /provider-data $@'" index
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment