fix: copy README.md for Poetry package installation
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
RUN pip install poetry
|
||||
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
COPY pyproject.toml poetry.lock README.md ./
|
||||
RUN poetry install --without dev --no-interaction
|
||||
|
||||
COPY src/ ./src/
|
||||
|
||||
Reference in New Issue
Block a user