From 81f5f49b8a2dd3604d61f7db2164713c95435c97 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sun, 29 Jun 2025 20:46:01 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .