mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 12:41:56 +00:00
11 lines
412 B
Docker
11 lines
412 B
Docker
FROM ghcr.io/front-matter/invenio-rdm-starter:v12.0.18.0
|
|
|
|
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
|
RUN /opt/invenio/.venv/bin/python -m pip install --upgrade pip
|
|
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.6.6.4
|
|
RUN apt update -y && apt upgrade -y
|
|
RUN apt install -y npm
|
|
RUN invenio collect --verbose
|
|
RUN invenio webpack buildall
|
|
# RUN apt remove -y npm && apt autoremove -y
|