add Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.4.10 /uv /bin/uv
|
||||
|
||||
COPY uv.lock pyproject.toml ./
|
||||
RUN uv sync --frozen
|
||||
|
||||
Reference in New Issue
Block a user