We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552d9ce commit 2dd2dcbCopy full SHA for 2dd2dcb
services/bot/Dockerfile
@@ -37,7 +37,7 @@ RUN mkdir -p services/api/src && \
37
38
# Install dependencies with frozen lockfile (no dev dependencies)
39
# This creates a .venv directory with all dependencies
40
-RUN uv sync --frozen --no-dev --no-editable --package byte-bot --package byte-common
+RUN uv sync --frozen --no-dev --no-editable
41
42
# ============================================================================
43
# Runtime Stage: Minimal production image
0 commit comments