Features:

Fixes:

Extra: 1) Remove unused sentry extra from Poetry install command in Dockerfile;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-12 10:17:05 +03:00
parent 88a8c2e898
commit ad2e2f40ee

View file

@ -37,6 +37,6 @@ RUN set -eux; \
COPY pyproject.toml pyproject.toml
COPY poetry.lock poetry.lock
RUN poetry install -E graph -E worker -E AI -E sentry
RUN poetry install -E graph -E worker -E AI
COPY . .