add Dockerfile

This commit is contained in:
2024-09-16 12:16:12 +02:00
parent cdc64afd1f
commit 66da8c9939
2 changed files with 5 additions and 5 deletions

View File

@@ -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