mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-10 06:55:09 +00:00
cli: fix dockerfile incorrect copy (#31883)
This commit is contained in:
parent
013ce2c47f
commit
73552883c3
@ -8,7 +8,7 @@ WORKDIR /code
|
||||
|
||||
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
|
||||
|
||||
COPY ./package[s] ./packages
|
||||
COPY ./packages ./packages
|
||||
|
||||
RUN poetry install --no-interaction --no-ansi --no-root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user