fix: Dockerfile
All checks were successful
Build container / build-docker (push) Successful in 27m43s

This commit is contained in:
vera
2026-02-11 10:48:34 +08:00
parent 7879751126
commit 9d608a263f

View File

@ -8,7 +8,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# Create app directory
WORKDIR /app
# Copy dependency definition files
COPY pyproject.toml uv.lock ./
COPY pyproject.toml ./
# Install dependencies
ENV UV_HTTP_TIMEOUT=1200