add more desc to fastapi

This commit is contained in:
saidsurucu
2025-06-29 12:50:41 +03:00
parent 3cd6ba7d62
commit 2e369304d8
4 changed files with 410 additions and 14 deletions
+4
View File
@@ -13,11 +13,15 @@ WORKDIR /app
# Gereksinimler
COPY requirements.txt .
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
# Uygulama dosyaları
COPY . .
# Python path ayarı (import sorunlarını önler)
ENV PYTHONPATH=/app
# Playwright tarayıcılarını kur
RUN playwright install chromium