Added customisation plugin to invenio instance

This commit is contained in:
2025-05-02 11:50:34 +01:00
parent cda4b978dd
commit 83131b2163
7 changed files with 49 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM ghcr.io/front-matter/invenio-rdm-starter:v12.0.13.4
RUN /opt/invenio/.venv/bin/python -m ensurepip
RUN /opt/invenio/.venv/bin/python -m pip install -e /opt/invenio/var/instance/static/plugin
RUN /opt/invenio/.venv/bin/python -m pip uninstall -e pip