Skip to content

Commit

Permalink
chore: add missing README.md to container
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Jan 18, 2025
1 parent 9fcf6b2 commit d442c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app/

RUN pip install poetry

COPY poetry.lock pyproject.toml ./
COPY poetry.lock pyproject.toml README.md ./

RUN poetry config virtualenvs.create false \
&& poetry install --only main --no-interaction --no-ansi
Expand Down

0 comments on commit d442c80

Please sign in to comment.