mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-03-28 17:42:55 +01:00
Compare commits
1 Commits
release-pl
...
fix/docker
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1eba5b18f4 |
@@ -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