Open mfenner opened 1 month ago
Running the invenio command in a container requires the full path when running in production (docker compose works with invenio command).
invenio
/opt/invenio/.venv/bin/invenio rdm rebuild-all-indices
Might be related to #31 and a broken venv setup.
Running the
invenio
command in a container requires the full path when running in production (docker compose works withinvenio
command).