Skip to content

Commit

Permalink
updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Aug 30, 2024
1 parent 0f5edc8 commit 5857816
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
COPY --from=ghcr.io/astral-sh/uv:0.3.3 /uv /bin/uv
RUN uv venv /opt/invenio/.venv
# Use the virtual environment automatically
ENV VIRTUAL_ENV=/opt/invenio/.venv
# Place entry points in the environment at the front of the path
ENV PATH="/opt/invenio/.venv:$PATH"

ENV WORKING_DIR=/opt/invenio \
ENV VIRTUAL_ENV=/opt/invenio/.venv \
# Place entry points in the environment at the front of the path
PATH="/opt/invenio/.venv/bin:$PATH" \
WORKING_DIR=/opt/invenio \
PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
INVENIO_INSTANCE_PATH=/opt/invenio/var/instance
Expand Down Expand Up @@ -55,7 +54,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/apt apt-get update -y --
apt-get install apt-utils libcairo2 -y --no-install-recommends && apt-get clean

ENV VIRTUAL_ENV=/opt/invenio/.venv \
PATH="/opt/invenio/.venv:$PATH" \
PATH="/opt/invenio/.venv/bin:$PATH" \
WORKING_DIR=/opt/invenio \
INVENIO_INSTANCE_PATH=/opt/invenio/var/instance

Expand Down
36 changes: 19 additions & 17 deletions static/images/rogue-scholar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5857816

Please sign in to comment.