Copy README.md to be included in installation with poetry
This commit is contained in:
@@ -25,6 +25,7 @@ WORKDIR /app
|
||||
RUN pip install "poetry==1.7.1"
|
||||
|
||||
COPY ./pyproject.toml .
|
||||
COPY ./README.md .
|
||||
|
||||
RUN poetry install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user