fix: handle concurrent table creation race in SQLite (#151)
This commit is contained in:
committed by
GitHub
parent
ae3bb1cc21
commit
8dbce25183
@@ -28,7 +28,7 @@ COPY pyproject.toml poetry.lock ./
|
||||
|
||||
# Install deps directly from lock file (no virtualenv, no export plugin needed)
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry install --only main --extras telegram --extras discord --no-interaction
|
||||
poetry install --only main --extras telegram --extras discord --no-root --no-interaction
|
||||
|
||||
# ── Stage 2: Runtime ───────────────────────────────────────────────────────
|
||||
FROM python:3.12-slim AS base
|
||||
|
||||
Reference in New Issue
Block a user