Features:
Fixes: Extra: 1) Remove unused sentry extra from Poetry install command in Dockerfile;
This commit is contained in:
parent
88a8c2e898
commit
ad2e2f40ee
1 changed files with 1 additions and 1 deletions
|
|
@ -37,6 +37,6 @@ RUN set -eux; \
|
||||||
COPY pyproject.toml pyproject.toml
|
COPY pyproject.toml pyproject.toml
|
||||||
COPY poetry.lock poetry.lock
|
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 . .
|
COPY . .
|
||||||
Loading…
Reference in a new issue