Skip to content

Commit

Permalink
aris: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Oct 24, 2024
1 parent e587d10 commit 4bd4c93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.aris
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ COPY Pipfile Pipfile.lock ./
RUN pipenv install --deploy --system

# upgrade pip & install theme packge
RUN pip install --upgrade pip && \
pip install git+https://github.com/sharedRDM/invenio-override.git@main
# pip install "invenio-override>=0.0.3"
# RUN pip install --upgrade pip && \
# pip install git+https://github.com/sharedRDM/invenio-override.git@main
# # pip install "invenio-override>=0.0.3"

# COPY variables.less
# TODO: Using ARG change directory of variables.less
COPY themes/ARIS/variables.less /usr/local/lib/python3.9/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/variables.less
# COPY themes/ARIS/variables.less /usr/local/lib/python3.9/site-packages/invenio_override/assets/semantic-ui/less/invenio_override/variables.less

COPY ./docker/uwsgi/ ${INVENIO_INSTANCE_PATH}
COPY ./themes/ARIS/invenio.cfg ${INVENIO_INSTANCE_PATH}
Expand Down

0 comments on commit 4bd4c93

Please sign in to comment.