mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-07-06 01:31:22 +02:00
fix(docker): skip project install in uv sync
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
|
||||
# Install Python dependencies
|
||||
COPY pyproject.toml uv.lock ./
|
||||
RUN pip install --no-cache-dir --upgrade pip uv && \
|
||||
uv sync --frozen --no-dev
|
||||
uv sync --frozen --no-dev --no-install-project
|
||||
|
||||
# =============================================================================
|
||||
# Stage 2: Runtime
|
||||
|
||||
Reference in New Issue
Block a user