Skip to content

Commit

Permalink
copy readme to fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed May 3, 2024
1 parent 42fae3b commit 3bcafec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ENV PATH=/root/.local/pipx/venvs/poetry/bin:$PATH
# Install python dependencies in /.venv
COPY pyproject.toml .
COPY poetry.lock .
COPY readme.md .
RUN poetry config virtualenvs.in-project true
RUN poetry install --only main

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Mikael Siidorow <[email protected]>",
"Patrik Palviainen <[email protected]>",
]
readme = "README.md"
readme = "readme.md"

[tool.poetry.dependencies]
python = "3.12.3"
Expand Down
File renamed without changes.

0 comments on commit 3bcafec

Please sign in to comment.