We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013ce2c commit 7355288Copy full SHA for 7355288
libs/cli/langchain_cli/project_template/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /code
8
9
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
10
11
-COPY ./package[s] ./packages
+COPY ./packages ./packages
12
13
RUN poetry install --no-interaction --no-ansi --no-root
14
0 commit comments