fix: Dockerfile
All checks were successful
Build container / build-docker (push) Successful in 27m43s
All checks were successful
Build container / build-docker (push) Successful in 27m43s
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user