mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-03 18:43:22 +01:00
Invenio instance working with TUGraz theme module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM ghcr.io/front-matter/invenio-rdm-starter:latest
|
||||
|
||||
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
||||
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-tugraz invenio-records-lom
|
||||
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
||||
RUN invenio collect
|
||||
RUN apt install -y npm
|
||||
RUN invenio webpack buildall
|
||||
RUN apt remove -y npm
|
||||
Reference in New Issue
Block a user