cli: fix dockerfile incorrect copy (#31883)

This commit is contained in:
Michael Li
2025-07-07 11:20:57 +10:00
committed by GitHub
parent 013ce2c47f
commit 73552883c3

View File

@@ -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