update: Dockerfile

This commit is contained in:
tao.chen
2026-08-14 15:55:00 +08:00
parent 7347b409e5
commit 2014d59681
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ COPY pyproject.toml uv.lock ./
COPY common ./common
COPY schedule ./schedule
COPY extras ./extras
RUN uv sync --frozen --no-dev --no-editable --package schedule
RUN uv sync --frozen --no-dev --no-editable --package schedule --no-install-workspace
RUN uv venv --python 3.12 /opt/venv/python3.12 && \
uv pip install --python /opt/venv/python3.12/bin/python -r extras/requirements-py312 && \