Update Dockerfile

This commit is contained in:
saidsurucu
2025-06-29 20:46:01 +03:00
parent 3fcb0cf773
commit 81f5f49b8a
+1 -1
View File
@@ -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 . .