This commit is contained in:
2025-02-19 15:58:45 +01:00
parent f907892769
commit 6e50807381

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.12-slim
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
COPY ./scripts/*.sh /
RUN chmod +x /*.sh
@@ -8,7 +8,7 @@ WORKDIR /app
COPY ./pyproject.toml ./
COPY ./uv.lock ./
RUN uv env && uv sync
RUN uv env && uv sync --frozen
ENV PATH="/app/.venv/bin:$PATH"