mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Cleaned up site dockerfile
This commit is contained in:
@@ -3,7 +3,8 @@ FROM ghcr.io/front-matter/invenio-rdm-starter:latest
|
|||||||
ARG WHEEL
|
ARG WHEEL
|
||||||
|
|
||||||
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
||||||
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.5.20 invenio-records-lom
|
RUN /opt/invenio/.venv/bin/python -m pip install --upgrade pip
|
||||||
|
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.5.20
|
||||||
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
||||||
RUN invenio collect
|
RUN invenio collect
|
||||||
RUN apt install -y npm
|
RUN apt install -y npm
|
||||||
|
|||||||
Reference in New Issue
Block a user