diff --git a/Dockerfile b/Dockerfile index 4751c3d..cacdf0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY pyproject.toml poetry.lock* requirements*.txt* ./ # Fast, deterministic install with `uv` RUN pip install --no-cache-dir uv && \ - uv pip install --system --no-cache-dir .[asgi] + uv pip install --system --no-cache-dir .[asgi,saas] # Copy application source COPY . .