Documentation improvements

This commit is contained in:
Jack Kingsman
2026-04-17 00:38:50 -07:00
parent 6f00e857c2
commit 71da6841c1
6 changed files with 32 additions and 34 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ RUN VITE_COMMIT_HASH=${COMMIT_HASH} npm run build
# Stage 2: Python runtime
FROM python:3.12-slim
FROM python:3.13-slim
ARG COMMIT_HASH=unknown
@@ -22,7 +22,7 @@ WORKDIR /app
ENV COMMIT_HASH=${COMMIT_HASH}
# Install uv
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /usr/local/bin/uv
# Copy dependency files first for layer caching
COPY pyproject.toml uv.lock ./