Skip to content

Commit

Permalink
Update Dockerfile.mug
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali authored Nov 25, 2024
1 parent d91f430 commit 5a79001
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.mug
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ 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

RUN pip install "invenio-override>=0.0.4"

# COPY variables.less
# TODO: Using ARG change directory of variables.less
Expand Down

0 comments on commit 5a79001

Please sign in to comment.