update: Dockerfile
This commit is contained in:
+1
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user