test dowloand
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.11-slim
|
||||
FROM python:3.14-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY pyproject.toml .
|
||||
RUN pip install --no-cache-dir uv \
|
||||
&& uv venv --yes || true \
|
||||
&& (uv sync --yes || uv install --yes)
|
||||
|
||||
COPY . ./api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user