mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-07-04 16:51:25 +02:00
fix(docker): skip project install in uv sync (#35)
This commit is contained in:
committed by
GitHub
parent
fb627fdacd
commit
26d5125e15
+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