Skip to content

Commit 7355288

Browse files
cli: fix dockerfile incorrect copy (#31883)
1 parent 013ce2c commit 7355288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cli/langchain_cli/project_template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /code
88

99
COPY ./pyproject.toml ./README.md ./poetry.lock* ./
1010

11-
COPY ./package[s] ./packages
11+
COPY ./packages ./packages
1212

1313
RUN poetry install --no-interaction --no-ansi --no-root
1414

0 commit comments

Comments
 (0)