Skip to content

Commit

Permalink
build: LICENSE must now be present for poetry to function
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jan 7, 2025
1 parent 3157eb0 commit 3ec4db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV POETRY_NO_INTERACTION=1 \

WORKDIR /app
RUN touch README.md
COPY pyproject.toml poetry.lock ./
COPY pyproject.toml poetry.lock LICENSE ./
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root

FROM python:3.13-alpine3.20
Expand Down

0 comments on commit 3ec4db0

Please sign in to comment.