mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix e2e
This commit is contained in:
parent
d5024ee0fa
commit
c92b9daeb9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ WORKDIR /app
|
|||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
||||
|
||||
# Copy Python dependency files
|
||||
COPY cli/pyproject.toml cli/uv.lock ./
|
||||
COPY cli/pyproject.toml ./
|
||||
COPY cli/uv.lock ./
|
||||
|
||||
# Install dependencies using uv
|
||||
RUN uv sync --frozen --no-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue