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 8278095 commit c484677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.mug
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +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
RUN pip install --upgrade pip && \
pip install git+https://github.com/sharedRDM/invenio-override.git@config

RUN pip install "invenio-override>=0.0.4"
# 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 c484677

Please sign in to comment.