mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +00:00
fix templates dockerfile (#13672)
- **Description:** We need to update the Dockerfile for templates to also copy your README.md. This is because poetry requires that a readme exists if it is specified in the pyproject.toml
This commit is contained in:
parent
11614700a4
commit
c6937a2eb4
@ -6,7 +6,7 @@ RUN poetry config virtualenvs.create false
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./pyproject.toml ./poetry.lock* ./
|
||||
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
|
||||
|
||||
COPY ./packages ./packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user