diff --git a/Dockerfile b/Dockerfile index 223b1fc7..bb3d70e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . . \ No newline at end of file