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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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