Skip to content

Commit

Permalink
update poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Jun 2, 2024
1 parent 4ab9798 commit 234497b
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WORKDIR ${WORKING_DIR}

COPY pyproject.toml poetry.lock ./
RUN touch README.md
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --no-dev --no-interaction --no-ansi
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --only main --no-interaction --no-ansi

COPY site ./site
COPY static ${INVENIO_INSTANCE_PATH}/static
Expand Down
Loading

0 comments on commit 234497b

Please sign in to comment.