diff --git a/libs/cli/langchain_cli/project_template/Dockerfile b/libs/cli/langchain_cli/project_template/Dockerfile index a129cd0b50a..bbdeea13b65 100644 --- a/libs/cli/langchain_cli/project_template/Dockerfile +++ b/libs/cli/langchain_cli/project_template/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /code COPY ./pyproject.toml ./README.md ./poetry.lock* ./ -COPY ./packages ./packages +COPY ./package[s] ./packages RUN poetry install --no-interaction --no-ansi --no-root